get_pheno_ts: Obtain phenological time-series from the PhenoCam server

Description Usage Arguments Value Examples

View source: R/get_pheno_ts.R

Description

Obtain phenological time-series from the PhenoCam server

Usage

1
get_pheno_ts(site, vegType, roiID, type = "3day")

Arguments

site

site name as character string

vegType

2-letter character string indicating the vegetation type

roiID

four-digit integer number indicating the ROI number

type

a character string indicating what data to be obtained, can be '1day', '3day', or 'roistats'.

Value

a data.table containing phenological data over time.

Examples

1
2
ts <- get_pheno_ts(site = 'dukehw', vegType = 'DB', roiID = 1000)
head(ts)

phenocamapi documentation built on May 21, 2019, 1:02 a.m.