BIEN.ranges.species: BIEN ranges function

Description Usage Arguments Note Author(s) Examples

Description

BIEN ranges function

Usage

1
2
BIEN.ranges.species(species, directory = NULL, matched = TRUE,
  match_names_only = FALSE)

Arguments

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?

Note

The code marked as not run is only marked that way because the directories are not initialized.

Author(s)

Brian Maitner

Examples

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)

barbehenna/BEIN3Project documentation built on May 11, 2019, 6:23 p.m.