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