ndim,AxisSet-method | R Documentation |
Get number of dimensions in axis set
## S4 method for signature 'AxisSet'
ndim(x, ...)
x |
An AxisSet object |
... |
Additional arguments (not used) |
Integer number of dimensions
## Not run:
axes <- AxisSet2D(LEFT_RIGHT, ANT_POST)
ndim(axes) # Returns 2
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.