plot.qts {squat} | R Documentation |
Plot for qts
objects
Description
This function creates a visualization of a QTS without returning the plot data as an object.
Usage
## S3 method for class 'qts'
plot(x, highlighted_points = NULL, ...)
Arguments
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. |
Value
No return value, called for side effects.
Examples
plot(vespa64$igp[[1]])
[Package squat version 0.3.0 Index]