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