| R Documentation |
mvp objects
Print methods for mvp objects: to print, an mvp object is coerced to
mpoly form and the mpoly print method used.
## S3 method for class 'mvp'
print(x, ...)
x |
Object of class |
... |
Further arguments |
Returns its argument invisibly
Robin K. S. Hankin
a <- rmvp(4)
a
print(a)
print(a,stars=TRUE)
print(a,varorder=rev(letters))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.