View source: R/get_awb_table.R
get_awb_table | R Documentation |
Extracting Auto-White-Balance (AWB) status of images for PhenoCam sites
get_awb_table(site)
site |
a character string of the PhenoCam site name |
a data.table of two columns: midday images and their AWB status ('ON', 'OFF', 'UNKOWN', 'LIKELY_YES', 'LIKELY_NO')
awb_table <- get_awb_table('dukehw') head(awb_table)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.