View source: R/getDurhamConfig.R
getDurhamConfig | R Documentation |
Setup config to split data for the Durham SLA
getDurhamConfig(bat_sp, plant_sp, Other_LA_Cols)
bat_sp |
List of bat species |
plant_sp |
List of plant species |
Other_LA_Cols |
List of columns |
bat_sp <- c("Chiroptera","Rhinolophidae","Vespertilionidae")
plant_sp <- c("flowering plant" ,"clubmoss" ,"conifer")
Other_LA_Cols <- c("Taxon group","Latin Name","Abundances","Determination Type")
list <- getDurhamConfig(bat_sp,plant_sp,Other_LA_Cols)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.