CSI: Chemical Score Index

View source: R/chemistry.R

CSIR Documentation

Chemical Score Index

Description

This function calculates the Chemical Score Index for the given sites. The ultimate guide for this function is the CASQO Technical Manual Chapter 3 (beginning of page 34 to the beginning of page 36)

Usage

CSI(chemdata)

Arguments

chemdata

a dataframe with the following headings:

StationID,

AnalyteName,

Result,

RL,

MDL

Examples

data(chem_sampledata) # load sample data to your environment
CSI(chem_sampledata) # get scores and see output


SCCWRP/SQOUnified_archive documentation built on March 30, 2022, 12:14 a.m.