BMIMetrics: Suite of metric calculators for benthic macroinvertebrate...

Description Examples

Description

To use this package, first read in your data, or use the example data set with data(bugdata) and check it using BMI. Then, aggregate the data to consistent taxonomic effort levels using aggregate.BMI. Next make the sample size consistent using sample. Any of the metric functions can be used on objects of class BMIagg or class BMIprc. Metrics can be calculated using individual functions (see help(package="BMImetrics")), or using BMIall.

Examples

1
2
3
4
5
6
7
data(bugdata)
bugdata <- BMI(bugdata)
bugdata.samp <- sample(bugdata)
bugdata.agg <- aggregate(bugdata.samp)

metrics <- BMIall(bugdata.agg)
View(metrics)

SCCWRP/BMIMetrics documentation built on Oct. 23, 2021, 8:48 a.m.