is_plane3d | R Documentation |
is_plane3d()
tests whether an object has a "Plane3D" class
is_plane3d(x)
x |
An object |
A logical value
p <- as_plane3d(a = 1, b = 2, c = 3, 4)
is_plane3d(p)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.