Plot the residuals of a TVGEV
model object against the
date.
# S3 method for class 'resid.TVGEV'
autoplot(object, geom = c("line", "segment"), ...)
Arguments
- object
A TVGEV
object.
- geom
The "geometry" used to show the series of block
maxima. The default "line"
correspond to a polyline and
"segment"
correspond to a series of vertical segments
a.k.a. "needles".
- ...
Not used yet.