is_coord2d | R Documentation |
is_coord2d()
tests whether an object has a "Coord2D" class
is_coord2d(x)
x |
An object |
A logical value
p <- as_coord2d(x = sample.int(10, 3), y = sample.int(10, 3))
is_coord2d(p)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.