Learn R Programming

BIEN (version 1.2.7)

BIEN_plot_dataset: Download plot data by dataset.

Description

BIEN_plot_dataset downloads all plot data for a given dataset or datasets.

Usage

BIEN_plot_dataset(
  dataset,
  cultivated = FALSE,
  new.world = NULL,
  all.taxonomy = FALSE,
  native.status = FALSE,
  natives.only = TRUE,
  political.boundaries = FALSE,
  collection.info = FALSE,
  all.metadata = FALSE,
  ...
)

Value

A dataframe containing all data from the specified dataset.

Arguments

dataset

A plot dataset or vector of datasets. See BIEN_plot_metadata for more information on plots.

cultivated

Return cultivated records as well? Default is FALSE.

new.world

NULL (The default) returns global records, TRUE returns only New World, and FALSE only Old World.

all.taxonomy

Return all taxonomic information? This includes the raw data as well as the "scrubbed" data.

native.status

Return information on introduction status? The default value is FALSE. A value of TRUE also returns additional information on introduction status.

natives.only

Exclude detected introduced species? Default is TRUE.

political.boundaries

Return information on political boundaries for an observation? The default value is FALSE.

collection.info

Return additional information about collection and identification? The default value is FALSE.

all.metadata

Should additional plot metadata be returned? Default is FALSE.

...

Additional arguments passed to internal functions.

See Also

Other plot functions: BIEN_plot_country(), BIEN_plot_datasource(), BIEN_plot_list_datasource(), BIEN_plot_list_sampling_protocols(), BIEN_plot_metadata(), BIEN_plot_name(), BIEN_plot_sampling_protocol(), BIEN_plot_sf(), BIEN_plot_state()

Examples

Run this code
if (FALSE) {
BIEN_plot_dataset("Gentry Transect Dataset")}

Run the code above in your browser using DataLab