powered by
mvp
Print methods for mvp objects: to print, an mvp object is coerced to mpoly form and the mpoly print method used.
mpoly
# S3 method for mvp print(x, ...)
Returns its argument invisibly
Object of class mvp, coerced to mpoly form
Further arguments
Robin K. S. Hankin
a <- rmvp(4) a print(a) print(a,stars=TRUE) print(a,varorder=rev(letters))
Run the code above in your browser using DataLab