autoplot function

Inspection of a ffp object with ggplot2

Inspection of a ffp object with ggplot2

Extends the autoplot method for the ffp class.

## S3 method for class 'ffp' autoplot(object, color = TRUE, ...) ## S3 method for class 'ffp' plot(object, ...)

Arguments

  • object: An objected of the ffp class.
  • color: A logical flag indicating whether (or not) the color argument should be added to the ggplot2 aesthetics.
  • ...: Additional arguments to be passed to autoplot.

Returns

A ggplot2 object.

Examples

library(ggplot2) x <- exp_decay(EuStockMarkets, 0.001) y <- exp_decay(EuStockMarkets, 0.01) autoplot(x) + scale_color_viridis_c() autoplot(y) + scale_color_viridis_c()
  • Maintainer: Bernardo Reckziegel
  • License: MIT + file LICENSE
  • Last published: 2022-09-29