Description Usage Arguments Value Examples
View source: R/data_functions.R
Add Presence Column
1 | add_presence(df, cover_class_col = .data$`Cover Class`, absence_value = 0)
|
df |
Tibble containing Cover Class Data |
cover_class_col |
Column Name for Cover Class Data |
absence_value |
Value for Absence – Assumed to be Zero |
Provided tibble with column of logicals indicating presence / absence appended
1 2 | sagebrush %>%
add_presence()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.