Description Usage Arguments Note Author(s) Examples
BIEN ranges function
1 2 | BIEN.ranges.species(species, directory = NULL, matched = TRUE,
match_names_only = FALSE)
|
species |
species as either a single species or a vector of species |
directory |
the directory where you want the range shapefiles saved. Default is your current working directory |
matched |
returns information on whether range maps were found for each species submitted |
match_names_only |
Do you want to check whether the maps you're looking for exist without downloading them? |
The code marked as not run is only marked that way because the directories are not initialized.
Brian Maitner
1 2 3 4 5 6 7 | species_vector<-c("Abies_lasiocarpa","Abies_amabilis")
BIEN.ranges.species(species_vector)
BIEN.ranges.species("Abies_lasiocarpa")
## Not run:
BIEN.ranges.species("Abies_lasiocarpa","/Users/Alton/Documents/GitHub/BIEN3Project")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.