View source: R/uvpot-gen-print.R
print.uvpot | R Documentation |
Print an “uvpot” object
## S3 method for class 'uvpot'
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.bvpot
, print.mcpot
,
print
x <- rgpd(500, 0, 1, 0.2)
MLE <- fitgpd(x, 0)
MLE
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.