powered by
Creates a term vector from object dimensions.
term(x, ...)# S3 method for integer term(x, name = "par", ...)
# S3 method for integer term(x, name = "par", ...)
An integer vector of the object dimensions or a named list of the parameter's dimensions.
Unused.
A string specifying the name of the parameter.
A term vector.
integer: Term vector from an integer vector of the object's dimensions
integer
term-vector(), dims() and pdims()
term-vector()
dims()
pdims()
# NOT RUN { term(0L) term(1L) term(2L) # }
Run the code above in your browser using DataLab