plot.MSThermResultSet: Plot MSThermResultSet object.

Description Usage Arguments Details Value Examples

View source: R/plot.R

Description

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

Usage

1
2
## 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

1
# see plot.MSThermResult for an example

jvolkening/r-mstherm documentation built on May 20, 2019, 5:21 a.m.