Autoplot for Block Functional Time Series bfts
objects.
# S3 method for bfts
autoplot(object, col = "orangered", fill = NA, ...)
A bfts
object such as returned by the
density
and cdf
methods for TVGEV
objects.
Colour for the line and fill.
If non NA
, the region between the curve and the
axis will be filled as is quite usual with probability densities.
Not used yet.
A ggplot
object or nothing.
This function is mainly intended to be used for density
functions or cdf. In the former case, fill = TRUE
may be
preferred.