get_awb_table: Extracting Auto-White-Balance (AWB) status of images for...

Description Usage Arguments Value Examples

View source: R/get_awb_table.R

Description

Extracting Auto-White-Balance (AWB) status of images for PhenoCam sites

Usage

1

Arguments

site

a character string of the PhenoCam site name

Value

a data.table of two columns: midday images and their AWB status ('ON', 'OFF', 'UNKOWN', 'LIKELY_YES', 'LIKELY_NO')

Examples

1
2
awb_table <- get_awb_table('dukehw')
head(awb_table)

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