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.