angular.plot | R Documentation |
This function displays the angular density for bivariate and trivariate extreme values models.
angular.plot(model, par, log, contour, labels, cex.lab, cex.cont, ...)
model |
A string with the name of the model considered. Takes value |
par |
A vector representing the parameters of the model. |
log |
A logical value specifying if the log density is computed (default is |
contour |
A logical value; if |
labels |
A vector of character strings indicating the labels. Must be of length |
cex.lab |
A positive real indicating the size of the labels. |
cex.cont |
A positive real indicating the size of the contour labels. |
... |
Additional graphical arguments for the |
The angular density is computed using the function dExtDep
with arguments method="Parametric"
and angular=TRUE
.
When contours are displayed, levels are chosen to be the deciles.
Simone Padoan, simone.padoan@unibocconi.it, https://faculty.unibocconi.it/simonepadoan/; Boris Beranger, borisberanger@gmail.com https://www.borisberanger.com;
dExtDep
angular.plot(model="HR", par=0.6)
## Not run:
angular.plot(model="ET", par=c(0.6, 0.2, 0.5, 2))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.