fPlot_FullTimeSeries_16panel_InitialQC: 16-panel composite plot for initial data QC (continuous time...

Description Usage Arguments Details

View source: R/fPlot_FullTimeSeries_16panel_InitialQC.R

Description

This function takes a dataframe of timestamped environmental/flux variables and plots them as individual facets in a 16-panel plot. Data are plotted as a continuous time series from the start of the record through the end (with no time gaps).

Usage

1
fPlot_FullTimeSeries_16panel_InitialQC(site.info, dat, POSIXdate_col)

Arguments

site.info

a named vector containing the following variables: site, db, info, country, lat, long, MAT, MAP, IGBP

dat

a dataframe containing timestamped variable columns

POSIXdate_col

a character vector containing POSIX dates in the format 'YYYY-MM-DD' (can be either class 'date' or 'character')

Details

A bit more information about the 'site.info' dataframe columns:

site

character object denoting the abbreviated site name (e.g. 'US-NR1')

db

character object denoting the abbreviated database name (e.g. 'FLX')

info

character string denoting the full site name (e.g. 'Niwot Ridge, CO')

country

character object denoting the country of origin for site (e.g. 'United States')

lat

numeric object denoting the site latitude

long

numeric object denoting the site longitude

MAT

numeric object denoting the site mean annual temperature (deg C)

MAP

numeric object denoting the site mean annual precipitation (mm)

IGBP

character object denoting the International Geosphere-Biosphere Programme land classification (e.g. 'ENF')


ksmiff33/FluxSynthU documentation built on Dec. 15, 2020, 10:29 p.m.