autoplot.qts {squat} | R Documentation |
Plot for qts
objects
Description
This function creates a visualization of a QTS and returns the corresponding ggplot2::ggplot object which enable further customization of the plot.
Usage
## S3 method for class 'qts'
autoplot(object, highlighted_points = NULL, ...)
Arguments
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. |
Value
A ggplot2::ggplot object.
Examples
ggplot2::autoplot(vespa64$igp[[1]])
[Package squat version 0.3.0 Index]