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