plot.MSThermResultSet {mstherm} | R Documentation |
Generate a series of denaturation plots for all results in an MSThermResultSet.
## S3 method for class 'MSThermResultSet'
plot(x, ...)
x |
an MSThermResultSet object |
... |
other parameters are passed through to plot.MSThermResult |
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.
Nothing
# see plot.MSThermResult for an example