FS_fProcessingThruREddyProc: Perform gap-filling and flux partitioning using REddyProc...

Description Usage Arguments

View source: R/FS_fProcessingThruREddyProc.R

Description

This routine uses a modified version of the REddyProc package to perform gap-filling and flux partitioning on AmeriFlux, FLUXNET2015, and NEON (half-)hourly flux data.

Usage

1
2
3
4
5
6
7
FS_fProcessingThruREddyProc(
  method = "night",
  inpath,
  outpath,
  site.meta,
  batch_process = FALSE
)

Arguments

method

character, specify which partitioning method you'd like to use: 'night' (default), 'day', or 'both' which runs both partitioning routines

inpath

character string, navigate to the directory containing REddyProc input files

outpath

character string, set the directory by which gap-filled data will be exported

site.meta

dataframe, site metadata file contained in FluxSynthU

batch_process

logical, if TRUE, batch processes all sites within the inpath directory (defaults to FALSE).


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