is_coord1d {affiner} | R Documentation |
Test whether an object has a Coord1D class
Description
is_coord1d()
tests whether an object has a "Coord1D" class
Usage
is_coord1d(x)
Arguments
x |
An object |
Value
A logical value
Examples
p <- as_coord1d(x = sample.int(10, 3))
is_coord1d(p)
[Package affiner version 0.1.3 Index]