View source: R/fix_fish_cover.R
fix_fish_cover | R Documentation |
Fixes typical issues identified in the fish cover columns of cu_df including
re-scaling estimates entered as proportions into percentages and re-scaling any estimates that
sum to 90 (likely due to a math error in the field) instead to 100. Any remaining issues (e.g.,
values sum outside the "expected" 100 - 130 or estimates are a combination of proportions and
percentages) should be identified by the qc_cu()
function.
fix_fish_cover(
cu_df = NULL,
cover_cols = c("Overhanging Cover", "Aquatic Vegetation", "Woody Debris Cover",
"Artificial Cover", "Total No Cover")
)
cu_df |
data.frame of |
cover_cols |
character vector of fish cover column names |
a tibble with some fish cover estimates resolved
Mike Ackerman and Kevin See
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.