autoplot.qts | R Documentation |
qts
objectsThis function creates a visualization of a QTS and returns the corresponding ggplot2::ggplot object which enable further customization of the plot.
## S3 method for class 'qts'
autoplot(object, highlighted_points = NULL, ...)
object |
An object of class qts. |
highlighted_points |
An integer vector specifying point indices to be
highlighted. Defaults to |
... |
Further arguments to be passed on to next methods. |
A ggplot2::ggplot object.
ggplot2::autoplot(vespa64$igp[[1]])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.