print {mvp} | R Documentation |
Print methods for mvp
objects
Description
Print methods for mvp
objects: to print, an mvp
object is coerced to
mpoly
form and the mpoly
print method used.
Usage
## S3 method for class 'mvp'
print(x, ...)
Arguments
x |
Object of class |
... |
Further arguments |
Value
Returns its argument invisibly
Author(s)
Robin K. S. Hankin
Examples
a <- rmvp(4)
a
print(a)
print(a,stars=TRUE)
print(a,varorder=rev(letters))
[Package mvp version 1.0-14 Index]