powered by
Plot the Empirical Return Level Data
plot_empirical(x, xns = NULL, unitz = "-", ...)
r
A numeric vector, which may contain missing values.
A numeric vector, corrected for the non-stationary change in location, which may contain missing values.
y-label
parameters sent to base::plot
ns = seq(-1,1,,50) x = evd::rgev(50,loc=3)+ns xns = x-ns plot_empirical(x,xns)
Run the code above in your browser using DataLab