mpoly | R Documentation |
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.
mpoly_to_mvp(m)
## S3 method for class 'mvp'
as.mpoly(x,...)
m |
object of class mvp |
x |
object of class mpoly |
... |
further arguments, currently ignored |
Robin K. S. Hankin
x <- rmvp(5)
x == mpoly_to_mvp(mpoly::as.mpoly(x)) # should be TRUE
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.