R/axis.R
ndim-AxisSet-method.Rd
Get number of dimensions in axis set
# S4 method for class 'AxisSet' ndim(x, ...)
An AxisSet object
Additional arguments (not used)
Integer number of dimensions
if (FALSE) { # \dontrun{ axes <- AxisSet2D(LEFT_RIGHT, ANT_POST) ndim(axes) # Returns 2 } # }