View source: R/meltR.A.derivative.R
meltR.A.derivative | R Documentation |
Takes the first and second derivatices of all the melting curves in a meltR data frame. Returns a list of dataframes, one containing the first deeivative and one containing the second.
meltR.A.derivative(data_frame, n = 4)
data_frame |
The MeltR data frame you want to take the derivative of. Columns must be named "Sample", "Pathlength", "Temperature", and "Absorbance. |
n |
The number of data point you want to smooth the first derivative to. Default n = 4. |
A list of data frames. One data frame contains the first derivative and one data frame contains the second derivative.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.