print: Print methods for 'mvp' objects

printR 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 mvp, coerced to mpoly form

...

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))

mvp documentation built on March 31, 2023, 5:43 p.m.