plotMelt: Thermal Melting Plot of Ellipticities

Description Usage Arguments Examples

View source: R/plotMelt.R

Description

a plot of the ellipticity values (at user-specified wavelength), as a function of temperature.

Usage

1
plotMelt(data, wavelength, col = "red", pch = 16, ...)

Arguments

data

the data is outputted from importCD function.

wavelength

specific wavelength of interest for plotting ellipticities as a function of temperature.

col

color of the points on the graph.

pch

shape of the points on the graph.

...

passing arguments to plot function.

Examples

1
2
3
4
5
## Not run: 
protein <- importCD()
protein220nm <- plotCDMelt(protein, wavelength=220)

## End(Not run)

jnguyen01/cdspecR documentation built on Feb. 5, 2022, 4:26 p.m.