View source: R/affine-methods.r
as_transform2d | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.