mpoly: Conversion to and from mpoly form

mpolyR Documentation

Conversion to and from mpoly form

Description

The mpoly package by David Kahle provides similar functionality to this package, and the functions documented here convert between mpoly and mvp objects. The mvp package uses mpoly::mp() to convert character strings to mvp objects.

Usage

mpoly_to_mvp(m)
## S3 method for class 'mvp'
as.mpoly(x,...)

Arguments

m

object of class mvp

x

object of class mpoly

...

further arguments, currently ignored

Author(s)

Robin K. S. Hankin

Examples


x <- rmvp(5)

x == mpoly_to_mvp(mpoly::as.mpoly(x))        # should be TRUE

mvp documentation built on March 31, 2023, 5:43 p.m.