
Last chance! 50% off unlimited learning
Sale ends in
mvp
objectsPrint methods for mvp
objects: to print, an mvp
object is coerced to
mpoly
form and the mpoly
print method used.
# 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