Learn R Programming

term (version 0.3.5)

term_rcrd: Create Term Record

Description

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.

Usage

term_rcrd(...)

Value

A term_rcrd vector.

Arguments

...

Unnamed values are term values, named values describe the parameter in the name and the dimensionality in the value.

See Also

dims(), ndims(), npdims() and pdims()

Other term: term(), tindex()

Examples

Run this code
term_rcrd()
if (FALSE) {
term_rcrd("p", "q[1]", "q[2]", "q[3]")
term_rcrd("q[1]", "q[2]", "q[3]")
}

Run the code above in your browser using DataLab