powered by
Tests whether an R object inherits from class term.
term
is.term(x)
The object.
A flag indicating whether the test was positive.
It does not test the validity of consistency of the term elements.
term-vector(), valid_term() and consistent_term()
term-vector()
valid_term()
consistent_term()
# NOT RUN { is.term(c("parameter[2]", "parameter[10]")) is.term(as.term(c("parameter[2]", "parameter[10]"))) # }
Run the code above in your browser using DataLab