plot.MSThermResultSet {mstherm} | R Documentation |
Plot MSThermResultSet object.
Description
Generate a series of denaturation plots for all results in an MSThermResultSet.
Usage
## S3 method for class 'MSThermResultSet'
plot(x, ...)
Arguments
x |
an MSThermResultSet object |
... |
other parameters are passed through to plot.MSThermResult |
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.
Value
Nothing
Examples
# see plot.MSThermResult for an example
[Package mstherm version 0.4.7 Index]