R/rgev.R

Defines functions rgev

Documented in rgev

rgev <-
function(n,shape=1,scale=1,location=0) {
  qgev2(runif(n),shape,scale,location)
}
tpetzoldt/FAdist documentation built on March 4, 2022, 12:42 a.m.