phenocamapi (version 0.1.2)

get_pheno_ts: Obtain phenological time-series from the PhenoCam server

Description

Obtain phenological time-series from the PhenoCam server

Usage

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

Run this code
# NOT RUN {
ts <- get_pheno_ts(site = 'dukehw', vegType = 'DB', roiID = 1000)
head(ts)

# }

Run the code above in your browser using DataCamp Workspace