View source: R/affine-methods.r
is_transform3d | R Documentation |
is_transform3d()
tests if object is a transform3d()
affine transformation matrix
is_transform3d(x)
x |
An object |
A logical value
m <- transform3d(diag(4L))
is_transform3d(m)
is_transform3d(diag(4L))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.