Marcus W. Beck, marcusb@sccwrp.org, Raphael D. Mazor, raphaelm@sccwrp.org, Susanna Theroux, susannat@sccwrp.org, Kenneth C. Schiff, kens@sccwrp.org

Travis-CI Build Status AppVeyor Build Status DOI

Overview

This package provides functions to calculate a stream quality index using stream data. The index requires biological, chemical, and physical data.

Installing the package

The development version of this package can be installed from Github:

install.packages('devtools')
library(devtools)
install_github('SCCWRP/SQI')
library(SQI)

Usage

The core function is sqi():

devtools::load_all()
head(sampdat)
sqi(sampdat)


SCCWRP/SQI documentation built on April 10, 2022, 1:15 p.m.