autoplot.ffp | R Documentation |
ffp
object with ggplot2Extends the autoplot
method for the ffp
class.
## S3 method for class 'ffp' autoplot(object, color = TRUE, ...) ## S3 method for class 'ffp' plot(object, ...)
object |
An objected of the |
color |
A |
... |
Additional arguments to be passed to |
A ggplot2
object.
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()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.