scp | R Documentation |
Takes in the data frame output by 'sca()' and returns a list with the data frame and labels to make a plot to visualize the controls included in each spec curve model.
scp(sca_data)
sca_data |
A data frame output by 'sca'. |
A list containing a data frame, control coefficients, and control names.
scp(sca(y = "Salnty", x = "T_degC", controls = c("ChlorA", "O2Sat"),
data = bottles, progressBar=TRUE, parallel=FALSE));
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.