| plot_empirical | R Documentation |
Plot the Empirical Return Level Data
plot_empirical(x, xns = NULL, unitz = "-", ...)
x |
A numeric vector, which may contain missing values. |
xns |
A numeric vector, corrected for the non-stationary change in location, which may contain missing values. |
unitz |
y-label |
... |
parameters sent to base::plot |
r
ns = seq(-1,1,,50)
x = evd::rgev(50,loc=3)+ns
xns = x-ns
plot_empirical(x,xns)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.