chemdata_prep | R Documentation |
This function will not only calculate CSI and LRM, but it will also get the overall integrated SQO Category and Score for the stations that are given to it.
chemdata_prep(chemdata)
chemdata_prep.input |
a dataframe with the following columns:
|
We make the assumption that Non-detects are marked with -88 in the result column. We also assume that all constituents are expressed on a sediment dry-weight basis. Specifically, all metals should be in mg/dry kg and all organic constituents should be in ug/dry kg.
data(chem_sampledata) # load sample data to your environment
chemdata_prep(chem_sampledata) # get scores and see output
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.