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