Usage
    qlgumbel(p, locationlog = 0, scalelog = 1, lower.tail = TRUE, log.p = FALSE)
 
     
    
    Arguments
- p
 
vector of probabilities.
 
- locationlog
 
location on the log scale parameter.
 
- scalelog
 
scale on log scale parameter.
 
- lower.tail
 
logical; if TRUE (default), probabilities are P[X <= x], otherwise, P[X > x].
 
- log.p
 
logical; if TRUE, probabilities p are given as log(p).