SQOUnified | R Documentation |
When this function is called, it will calculate scores based on whatever data is passed into it. If Chem, Tox, and Benthic are provided, integrated scores will be calculated based on the 3 LOE's.
SQOUnified(
benthic = NULL,
chem = NULL,
tox = NULL,
logfile = file.path(getwd(), "logs", format(Sys.time(), "%Y-%m-%d_%H:%M:%S"),
"log.Rmd"),
verbose = F
)
benthic |
a data frame. This data frame must contain the following information with these headings:
|
chem |
a dataframe with the following columns:
|
toxresults |
a dataframe with the following columns: stationid, toxbatch, species, sampletypecode matrix, labrep, result. This data must also include the control samples (stationcode 0000, sampletypecode CNEG etc) The input dataframe is structured as follows
|
SQOUnified(benthic = benthic_sampledata, chem = chem_sampledata, tox = tox_sampledata)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.