Description Usage Arguments Examples
View source: R/count_check_functions.R
check percent in species data are plausible
1 | percent_checker(spp, digits, site_column, count_column)
|
spp |
data.frame of species percent data, optionally with columns for site and count sum |
digits |
integer giving the precision of the percent data |
site_column |
character giving name of column with site/sample names. If missing uses rownames instead. |
count_column |
character giving name of column with count sums. If missing count sum is estimated from smallest percentage. |
1 2 3 | data(last_chance)
last_chance <- dplyr::select(last_chance0, -totcaps)
percent_checker(spp = last_chance, digits = 2, site_column = "age_calBP")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.