Learn R Programming

bbsBayes (version 2.5.3)

load_sample_data: Load Sample Breeding Bird Survey dataset into R Session

Description

load_sample_data returns the sample data provided by bbsBayes. The data is returned as a list of data frames, similar to what is returned by load_bbs_data

Usage

load_sample_data()

Arguments

Value

Large list (3 elements) consisting of:

bird

Data frame of sample bird point count data per route, per year

route

Data frame of sample yearly route data

species

Sample list of North American bird species

Examples

Run this code

sample_data <- load_sample_data()


Run the code above in your browser using DataLab