Plot for Block Functional Time Series bfts objects.

# S3 method for bfts
plot(x, y, gg = TRUE, col = "orangered", fill = NA, ...)

Arguments

x

A bfts object such as returned by the density and cdf methods for TVGEV objects.

y

Not used yet.

gg

Logical. If TRUE, a ggplot object is shown and returned.

col

Colour for the line and fill.

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.

Value

A ggplot object or nothing.

Note

This function is mainly intended to be used for density functions or cdf. In the former case, fill = TRUE may be preferred.