get_gpdd_data: Create GPDD population time-series data

Description Usage Arguments Value Examples

View source: R/get_data_gpdd.R

Description

Selects sites containing at least 'min_num_yrs“ of data samples during that period.

Usage

1
2
3
4
5
6
get_gpdd_data(
  path = get_default_data_path(),
  location_id = 83,
  timeperiod_id = 408,
  min_num_yrs = 10
)

Arguments

path

where to load the raw data files from

location_id

Location code of data to return

timeperiod_id

Sampling timescale code of data to return (some datasets provide at more than one scale)

min_num_yrs

minimum number of years of data

Value

list of abundance, covariates, and metadata

Examples

1
2
3
4
## Not run: 
  get_gpdd_data(location_id=83, timeperiod_id=408)

## End(Not run)

weecology/MATSS documentation built on May 15, 2020, 7:03 p.m.