dims.term | R Documentation |
Gets the dimensions of an object.
## S3 method for class 'term'
dims(x, ...)
x |
An object. |
... |
Other arguments passed to methods. |
Unlike base::dim()
, dims returns the length of an atomic vector.
An integer vector of the dimensions.
base::dim()
Other dimensions:
ndims()
,
npdims()
,
pdims()
dims(term("beta[1,1]"))
dims(term("beta[1,1]", "beta[1,2]"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.