substCritStat: Compile total exceedances of substrate criteria by watershed

View source: R/substCritStat.r

substCritStatR Documentation

Compile total exceedances of substrate criteria by watershed

Description

Compile total exceedances of substrate criteria by watershed

Usage

substCritStat(dfm = NULL)

Arguments

dfm

The data frame containing the variable

Value

A table of number of exceedances of each substrate criterion

Examples

num <- length(stationInfo$site_identifier)
dfm <- data.frame(site_identifier=stationInfo$site_identifier,
                   pct_ri=runif(num, 0, 100),
                   pct_fn=runif(num, 0, 60),
                   pct_grav=runif(num, 0, 60))
dfm <- mergeStatInfo(dfm)
substCritStat(dfm)

PDXChris/pmtools documentation built on March 26, 2024, 8:13 a.m.