R/T2prob.R

"T2prob" <-
function(T) {
    if(any(T < 1)) {
      warning("Invalid return period")
      return(NULL)
    }
    return(1 - 1/T)
}
wasquith/lmomco documentation built on May 6, 2024, 1:43 a.m.