Description Usage Arguments Examples
a plot of the ellipticity values (at user-specified wavelength), as a function of temperature.
1 |
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. |
1 2 3 4 5 | ## Not run:
protein <- importCD()
protein220nm <- plotCDMelt(protein, wavelength=220)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.