print.bvpot | R Documentation |
Print a “bvpot” object
## S3 method for class 'bvpot'
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.mcpot
,
print
set.seed(123)
x <- rgpd(500, 0, 1, 0.2)
y <- rgpd(500, 2, 0.5, -0.1)
Mlog <- fitbvgpd(cbind(x, y), c(0, 2))
Mlog
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.