as_transform2d {affiner} | R Documentation |
as_transform2d()
casts to a transform2d()
affine transformation matrix
as_transform2d(x, ...)
## S3 method for class 'transform2d'
as_transform2d(x, ...)
## Default S3 method:
as_transform2d(x, ...)
x |
An object that can be cast to a |
... |
Further arguments passed to or from other methods |
A transform2d()
object
m <- diag(3L)
as_transform2d(m)