Learn R Programming

mstherm (version 0.4.7)

plot.MSThermResultSet: Plot MSThermResultSet object.

Description

Generate a series of denaturation plots for all results in an MSThermResultSet.

Usage

# S3 method for MSThermResultSet
plot(x, ...)

Arguments

x
an MSThermResultSet object
...
other parameters are passed through to plot.MSThermResult

Value

Nothing

Details

Since this function makes multiple sequential calls to plot.MSThermResult, it is usually used in conjunction with a multipage graphics device such as "pdf()". Otherwise each subsequent call will only overwrite the previous output.

Examples

Run this code
# see plot.MSThermResult for an example

Run the code above in your browser using DataLab