Learn R Programming

mvp (version 1.0-18)

allvars: 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 mvp

Author

Robin K. S. Hankin

Examples

Run this code
p <- rmvp(5)
p
allvars(p)

Run the code above in your browser using DataLab