View source: R/affine-methods.r
as_transform1d | R Documentation |
as_transform1d()
casts to a transform1d()
affine transformation matrix
as_transform1d(x, ...)
## S3 method for class 'transform1d'
as_transform1d(x, ...)
## Default S3 method:
as_transform1d(x, ...)
x |
An object that can be cast to a |
... |
Further arguments passed to or from other methods |
A transform1d()
object
m <- diag(2L)
as_transform1d(m)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.