Skip to contents

Create a new layer on an existing ggplot object showing the quantile regression curves i.e. the threshold curves against the date. This is useful e.g. to show the thresholds on the same ggplot as the timeseries used fo fit object.

Usage

# S3 method for rqTList
autolayer(object, lastFullYear = TRUE, ...)

Arguments

object

The rqTList object.

lastFullYear

Logical. If TRUE the prediction will be computed only on the last full year of the data used in the fit. See predict.rqTList.

...

Arguments passed to geom_line such as linetype, size.

See also