fPlot_InterannualTimeSeries_16panel_InitialQC: 16-panel composite plot for initial data QC (interannual time...

Description Usage Arguments Details

View source: R/fPlot_InterannualTimeSeries_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 for a single 365-day year (with individual years of record overlaid as different color levels)

Usage

1
2
3
4
5
6
fPlot_InterannualTimeSeries_16panel_InitialQC(
  site.info,
  dat,
  DOY_col,
  year_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

DOY_col

a character object specifying the day of year column (which is a numeric vector 1-366)

year_col

a character object specifying the year column

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.