thermodynamics: Calculating Thermodynamic Parameters using van't Hoff (VH)...

Description Usage Arguments Examples

View source: R/thermodynamics.R

Description

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).

Usage

1
thermodynamics(data, start, end, digits = 3, show.legend = TRUE, ...)

Arguments

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.

Examples

1
2
3
4
5
6
## Not run: 
protein <- importCD() %>%
plotCDMelt(pwavelength=210) %>%
analyzeCDMelt()

## End(Not run)

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