Simple routine to generate an overview plot of all flux and climate data. The function takes a data frame of FLUXNET formatted columns as input (this can be either original source material or gap filled data as generated by FluxDataKit).

fdk_plot(
  df,
  site = "sitename",
  out_path = "data/tmp",
  overwrite = FALSE,
  daily = FALSE
)

Arguments

df

data frame with FLUXNET based data

site

a FLUXNET site name to process

out_path

the path where to store the plot

overwrite

overwrite existing files (TRUE or FALSE) stored

daily

whether daily or hourly data is to be plotted, defaults to FALSE.

Value

A plot with FLUXNET variables for rapid visual data inspection

Details

Plots are not returned (shown) in the current interface but only written to file to allow for headless batch processing (with limited overhead).