dot-createCohortData: Generate template 'cohortData' table

Description Usage Arguments

Description

Internal function used by makeAndCleanInitialCohortData.

Usage

1
2
3
4
5
6
.createCohortData(
  inputDataTable,
  doAssertion = getOption("LandR.assertions", TRUE),
  rescale = TRUE,
  minCoverThreshold = 5
)

Arguments

inputDataTable

A data.table with columns described above.

doAssertion

A logical indicating whether some internal tests should be run to ensure the function is running correctly. Default: getOption("LandR.assertions", TRUE).

rescale

Logical. If TRUE, the default, cover for each species will be rescaled so all cover in pixelGroup or pixel sums to 100.


PredictiveEcology/LandR documentation built on Jan. 24, 2021, 12:52 a.m.