View source: R/mcpot-gen-print.R
print.mcpot | R Documentation |
Print an “mcpot” object
## S3 method for class 'mcpot'
print(x, digits = max(3, getOption("digits") - 3), ...)
x |
An object of class |
digits |
The number of digits to be printed. |
... |
Other options to be passed to the |
Print on screen.
Mathieu Ribatet
print.uvpot
, print.bvpot
,
print
x <- simmc(1000, alpha = 0.5)
x <- qgpd(x, 0, 1, 0.15)
Mc <- fitmcgpd(x, 0)
Mc
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.