Plot for Block Functional Time Series bfts
objects.
# S3 method for bfts
plot(x, y, gg = TRUE, col = "orangered", fill = NA, ...)
A bfts
object such as returned by the density
and
cdf
methods for TVGEV
objects.
Not used yet.
Logical. If TRUE
, a ggplot
object is shown
and returned.
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.