Last chance! 50% off unlimited learning
Sale ends in
guplot(object, ...)
guplot.default(y, main="Gumbel Plot",
xlab="Reduced data", ylab="Observed data", type="p", ...)
guplot.vlm(object, ...)
NA
s etc. are not allowed."vlm"
,
usually of class vglm-class
or
vgam-class
.
The function guplot
is generic, and
guplot.default
and guplot.vlm
are some
methods functions for Gumbel plots.
Gumbel, E. J. (1958) Statistics of Extremes. New York, USA: Columbia University Press.
gumbel
,
egumbel
,
gev
,
venice
.guplot(rnorm(500), las=1) -> ii
names(ii)
guplot(with(venice, r1), col = "blue") # Venice sea levels data
Run the code above in your browser using DataLab