Learn R Programming

trackr (version 0.10.7)

plot,PlotFeatureSet,missing-method: Display the plot object owned by PlotFeatureSet objects and subclasses thereof.

Description

(re)draw the plot associated with a PlotFeatureSEt record.

Usage

# S4 method for PlotFeatureSet,missing
plot(x, y, ...)

Arguments

x

An object of (super)class PlotFeatureSet.

y

Should be left empty. Included only because it is a mandatory signature element.

...

Other named arguments (currently ignored).

Value

The plot object, plotted through its native print method.