rpline {lfstat} | R Documentation |
Highlight quantiles/return periods
Description
Draw a Line in an extreme value plot corresponding to a given return period.
Usage
rpline(fit, return.period = NULL, log = TRUE, ...)
Arguments
fit |
object of class |
return.period |
numeric vector of return periods |
log |
logical. If |
... |
other arguments, passed on to |
Details
Computes the corresponding quantiles and draws lines and labels.
Value
This function is used for its side effects
Examples
data("ngaruroro")
y <- tyears(ngaruroro, dist = "wei", event = 100, plot = TRUE)
rp <- c(1.42, 5, 10)
rpline(y, return.period = rp, suffix = c("a", "m\u00B3"))
[Package lfstat version 0.9.12 Index]