nappCalc2 {NitrogenUptake2016}R Documentation

Calculate net aboveground primary production

Description

Calculate net aboveground primary production

Usage

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


[Package NitrogenUptake2016 version 0.2.3 Index]