makePlot.legend.box {QoRTs} | R Documentation |
Plots the universal legend for a given plotter object.
makePlot.legend.box(plotter, debugMode, singleEndMode, ...) makePlot.legend.over(position, plotter, debugMode, singleEndMode, ...)
plotter |
A |
position |
For makePlot.legend.over, a character string indicating the location
where you want the legend to appear. This is passed to
|
debugMode |
Logical. If TRUE, debugging data will be printed to the console. |
singleEndMode |
Logical. Determines whether the dataset consists of single-ended reads. By default this is determined from the data. Thus, this parameter should never need to be set by the user. |
... |
Arguments to be passed to methods, such as
graphical parameters (see |
makePlot.legend.box creates a new plot (opening the next graphics frame), and writes a small description of the given plotter type along with plotting a color-coded legend (if applicable).
makePlot.legend.over adds a legend to the current plotting frame.