BIEN_plot_sampling_protocol downloads all plot data using a specified sampling protocol.
BIEN_plot_sampling_protocol(
sampling_protocol,
cultivated = FALSE,
new.world = FALSE,
all.taxonomy = FALSE,
native.status = FALSE,
natives.only = TRUE,
political.boundaries = FALSE,
collection.info = FALSE,
all.metadata = FALSE,
...
)A dataframe containing all data from the specified datasource.
A sampling protocol or vector of sampling protocols. See BIEN_plot_list_sampling_protocols for options.
Return cultivated records as well? Default is FALSE.
NULL (The default) returns global records, TRUE returns only New World, and FALSE only Old World.
Return all taxonomic information? This includes the raw data as well as the "scrubbed" data.
Return information on introduction status? The default value is FALSE. A value of TRUE also returns additional information on introduction status.
Exclude detected introduced species? Default is TRUE.
Return information on political boundaries for an observation? The default value is FALSE.
Return additional information about collection and identification? The default value is FALSE.
Should additional plot metadata be returned? Default is FALSE.
Additional arguments passed to internal functions.
Other plot functions:
BIEN_plot_country(),
BIEN_plot_dataset(),
BIEN_plot_datasource(),
BIEN_plot_list_datasource(),
BIEN_plot_list_sampling_protocols(),
BIEN_plot_metadata(),
BIEN_plot_name(),
BIEN_plot_sf(),
BIEN_plot_state()
if (FALSE) {
BIEN_plot_sampling_protocol("Point-intercept")}
Run the code above in your browser using DataLab