Skip to contents

This function calculates secondary production with the increment-summation method.

Usage

calc_prod_is(
  taxaSampleListMass = NULL,
  taxaInfo = NULL,
  bootNum = NULL,
  dateDf = NULL,
  taxaSummary = TRUE,
  wrap = FALSE,
  massValue = "mass",
  abunValue = "density",
  dateCol = "dateID",
  repCol = "repID",
  bootList = NULL,
  ...
)

Arguments

taxaSampleListMass

description

taxaInfo

data frame of taxonomic information for calculating production

bootNum

integer. How many bootstrap samples should be constructed

dateDf

data frame of date information sampling date such as interval length in days.

taxaSummary

logical. If TRUE (default) the taxaSummary will be with annual summary information will be returned.

wrap

logical. Should the dates wrap to create a full year?

massValue

string of the column name containing the mass measurement

abunValue

string of the column name containing the abundance or density measurement

dateCol

string of the column name containing the date information. This can be either a recognized date object (e.g., Date, POSIX) or numeric.

repCol

string of the column name containing the replicate information

bootList

list. This is the bootstrapped samples passed from calc_production()

...

additional arguments to be passed to the function

Value

returns a list of 2 objects:

P.boots: the boostrapped estimates of production, abundance, and biomass.

taxaSummary: is the summary of the sample production, abundance, and biomass