pp.weibull | R Documentation |
Calculates the Weibull plotting position for the given maxima
pp.weibull(x)
x |
Numeric vector of block maxima |
A numeric vector of Weibull plotting positions corresponding to the given maxima x
data(dailyrainfall)
fit <- fsmev(dailyrainfall)
rp <- pp.weibull(fit$maxima)
rl <- return.levels.mev(fit, return.periods = rp)
plot(rp, sort(fit$maxima), xlab = "Return period (years)", ylab = "Return level", main = fit$type)
lines(rp, rl$rl)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.