nappCalc2: Calculate net aboveground primary production

Description Usage Arguments Value

View source: R/nappCalc2.R

Description

Calculate net aboveground primary production

Usage

1
2
3
4
nappCalc2(dataset, liveCol = "mass", deadCol = "dead",
  yearCol = "year", siteCol = "pot2", timeCol = "day",
  annualReset = "TRUE", MilnerHughes = "TRUE", EOS = "FALSE",
  EOS_window = 1, summarize = "TRUE")

Arguments

dataset

data

liveCol

live biomass

deadCol

dead biomass

yearCol

year

siteCol

site/plot/experimental unit identifier

timeCol

time column (sequential measurements within each year)

annualReset

should data be reset to zero each year

MilnerHughes

If "TRUE", Milner-Hughes NAPP is calculated

EOS

If "TRUE", end-of-season live biomass is reported

EOS_window

window for EOSL

summarize

If "TRUE", output will be a list with two elements: incremental data and summary data

Value

list


NitrogenUptake2016 documentation built on May 1, 2019, 11:31 p.m.