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