allvars {mvp} | R Documentation |
All variables in a multivariate polynomial
Description
Returns a character vector containing all the variables present in a
mvp
object.
Usage
allvars(x)
Arguments
x |
object of class |
Note
The character vector returned is not in any particular order
Author(s)
Robin K. S. Hankin
Examples
p <- rmvp(5)
p
allvars(p)
[Package mvp version 1.0-14 Index]