is_point1d | R Documentation |
is_point1d()
tests whether an object has a "Point1D" class
is_point1d(x)
x |
An object |
A logical value
p <- as_point1d(a = 1, b = 5)
is_point1d(p)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.