plot.qts | R Documentation |
qts
objectsThis function creates a visualization of a QTS without returning the plot data as an object.
## S3 method for class 'qts'
plot(x, highlighted_points = NULL, ...)
x |
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. |
No return value, called for side effects.
plot(vespa64$igp[[1]])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.