FS_fCalculateGPPandNEESatParameters: Calculate light-saturated GPP across moving window.

Description Usage Arguments

View source: R/FS_fCalculateGPPandNEESatParameters.R

Description

After building complete output datasets using 'FS_fBuildCompleteOutput', this function will calculate GPPsat parameters using a series of light-response functions across a moving window of specified day length.

Usage

1
2
3
4
5
6
7
8
FS_fCalculateGPPandNEESatParameters(
  window = 5,
  inpath,
  outpath,
  site.meta,
  batch_process = FALSE,
  export.files = TRUE
)

Arguments

window

numeric, specify the day length by which the moving window will subset data for light response curves

inpath

character string, navigate to the directory containing stacked complete output datasets (specific formatting required)

outpath

character string, set the directory by which GPPsat parameters will be exported

site.meta

dataframe, site metadata file contained in FluxSynthU

batch_process

logical, if TRUE processes all sites in inpath directory (defaults to FALSE)

export.files

logical, if TRUE (default) exports dataframes as text files in the outpath directory.


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