assertSpeciesEcoregionCohortDataMatch: Assert that the 'cohortData' 'speciesEcoregion' have matching...

Description Usage Arguments

View source: R/assertions.R

Description

Specifically, whether all combinations of ecoregionGroup and speciesCode are in both objects, no more no less.

Usage

1
2
3
4
5
assertSpeciesEcoregionCohortDataMatch(
  cohortData,
  speciesEcoregion,
  doAssertion = getOption("LandR.assertions", TRUE)
)

Arguments

cohortData

A cohortData object

speciesEcoregion

A speciesEcoregion object

doAssertion

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


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