| terms {base} | R Documentation |
The function terms is a generic function
which can be used to extract terms objects
from various kinds of R data objects.
terms(x, ...)
There are methods for classes "aovlist", and "terms"
"formula" (see terms.formula):
the default method just extracts the terms component of the
object (if any).
An object of class c("terms", "formula") which contains the
terms representation of a symbolic model. See
terms.object for its structure.