spectra: Melting Temperature Graph of All CD Spectras

Description Usage Arguments Value Examples

View source: R/spectra.R

Description

This function returns overlays all the CD in one graph.

Usage

1
spectra(data, show.legend = TRUE, ...)

Arguments

data

object outputted from infoCD function.

show.legend

shows the legend of the melting temperature. Set show.legend=FALSE to hide.

...

passing arguments to plot function.

Value

a color-coded plot of each CD spectras on one graph.

Examples

1
2
3
4
5
6
7
## Not run: 
#import data
protein <- importCD()
#create spectras
plotCDSpectra(protein)

## End(Not run)

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