Description Usage Arguments Value
This function takes mulitple data.frame objects (or a list of data.frame objects) in wide format and prepares data for calculation of WSD.
1 | WSD_dataprep(..., pH, Temp = NULL, ID)
|
... |
input in your raw dataframe(s) either in a single list or as seperate inputs (see example). |
pH |
a numeric or vector corresponding to pH for each data.frame input into the function |
Temp |
Default NULL if columns of data represent temperatures. a numeric or vector corresponding to Temp condition for each data.frame input into the function |
ID |
Identifier string of specimen being sampled, or vector of strings if multiple proteins compared simultaneously. Used for grouping for WSD comparison |
A tidy dataframe with 5 colummns corresponding to: Wavelength, Temperature, MolarElipticity, pH, and ID for each measurement.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.