plant_list <- crooked_island
#mean c of all species (native and introduced)
mean_c(x = plant_list, key = "acronym", db = "michigan_2014", native = FALSE)
#mean c of native species
mean_c(x = plant_list, key = "acronym", db = "michigan_2014", native = TRUE)
Run the code above in your browser using DataLab