Create a ggplot for a TVGEV Object

# S3 method for TVGEV
autoplot(object, geom = c("line", "segment"), type = c("quant"), ...)

Arguments

object

An object with class "TVGEV".

geom

Character giving the "geometry" to be used for the layer corresponding to the (timeseries) data.

type

The type of result shown along with the series used. For now, only the timeseries of quantiles as computed by quantile.TVGEV can be added.

...

Not used yet

Value

A graphic object inheriting from "ggplot".

Note

Mind that several methods of the class "TVGEV" such as predict quantMax, coef produce results that can be autoplotted.