bcgov / wqbc

An R package for water quality thresholds and index calculation for British Columbia
http://bcgov.github.io/wqbc/
Apache License 2.0
20 stars 9 forks source link

Functionality for dealing with minimum detection limits #74

Closed ateucher closed 7 years ago

ateucher commented 7 years ago

In tidy_ems_data and tidy_ec_data gain a new argument mdl_action which can be set to one of "zero", "half", "mdl".

In addition, there is a new exposed function set_non_detects for dealing with values below the minimum detection limit in any data frame.

Closes #73