term_rcrd | R Documentation |
Creates a term_rcrd from values.
This function checks that all terms are valid
but does not require stronger levels of consistency,
see chk_valid()
for details.
term_rcrd(...)
... |
Unnamed values are term values, named values describe the parameter in the name and the dimensionality in the value. |
A term_rcrd vector.
dims()
, ndims()
, npdims()
and pdims()
Other term:
term()
,
tindex()
term_rcrd()
## Not run:
term_rcrd("p", "q[1]", "q[2]", "q[3]")
term_rcrd("q[1]", "q[2]", "q[3]")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.