fdk_plot.Rd
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
)
A plot with FLUXNET variables for rapid visual data inspection
Plots are not returned (shown) in the current interface but only written to file to allow for headless batch processing (with limited overhead).