Learn R Programming

LMoFit (version 0.1.6)

tgev: Return period function of GEV distribution

Description

Return period function of GEV distribution

Usage

tgev(x, para)

Arguments

x

quantile/s

para

parameters as c(location, scale, shape)

Value

Return Period/s corresponding to quantile/s.

Examples

Run this code
# NOT RUN {
RP <- tgev(x = 108.4992, para = c(10, 1, 1))

# }

Run the code above in your browser using DataLab