summary | R Documentation |
Summary methods for mvp objects and extraction of typical terms
## S3 method for class 'mvp'
summary(object, ...)
## S3 method for class 'summary.mvp'
print(x, ...)
rtypical(object,n=3)
x,object |
Multivariate polynomial, class |
n |
In |
... |
Further arguments, currently ignored |
The summary method prints out a list of interesting facts about an
mvp
object such as the longest term or highest power. Function
rtypical()
extracts the constant if present, and a random
selection of terms of its argument.
Robin K. S. Hankin
summary(rmvp(40))
rtypical(rmvp(1000))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.