Description Usage Arguments Examples
View source: R/thermodynamics.R
This function requires the user to specify the start and end temperature (in Celsius) range for the transition curve, where a plot of natural log of equilibrium constants versus 1/Temperature (in Kelvin).
1 |
data |
an object of class 'vh'; outputted from analyzeMelt function. |
start |
temperature, in celsius, of the start of the transition curve. |
end |
temperature, in celsius, of the end of the transition curve. |
digits |
how many digits shown for thermodynamic parameters. |
show.legend |
shows the thermodynamic parameters using the Van't Hoff. Set show.legend=FALSE to hide the legend. |
... |
passing arguments to plot function. |
1 2 3 4 5 6 | ## Not run:
protein <- importCD() %>%
plotCDMelt(pwavelength=210) %>%
analyzeCDMelt()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.