Learn R Programming

squat (version 0.5.0)

plot.qts: 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 qts
plot(x, highlighted_points = NULL, ...)

Value

No return value, called for side effects.

Arguments

x

An object of class qts.

highlighted_points

An integer vector specifying point indices to be highlighted. Defaults to NULL, in which case no point will be highlighted with respect to the others.

...

Further arguments to be passed on to next methods.

Examples

Run this code
plot(vespa64$igp[[1]])

Run the code above in your browser using DataLab