mvp (version 1.0-8)

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

Examples

Run this code
# NOT RUN {
p <- rmvp(5)
allvars(p)
# }

Run the code above in your browser using DataLab