dims.term_rcrd {term} | R Documentation |
Dimensions
Description
Gets the dimensions of an object.
Usage
## S3 method for class 'term_rcrd'
dims(x, ...)
Arguments
x |
An object. |
... |
Other arguments passed to methods. |
Details
Unlike base::dim()
, dims returns the length of an atomic vector.
Value
An integer vector of the dimensions.
See Also
Other dimensions:
ndims()
,
npdims()
,
pdims()
Examples
dims(term_rcrd("beta[1,1]"))
dims(term_rcrd("beta[1,1]", "beta[1,2]"))
[Package term version 0.3.5 Index]