| .createCohortData | R Documentation | 
cohortData tableInternal function used by makeAndCleanInitialCohortData().
.createCohortData(
  inputDataTable,
  sppColumns,
  minCoverThreshold = 5,
  doAssertion = getOption("LandR.assertions", TRUE),
  rescale = TRUE
)
| inputDataTable | A  | 
| sppColumns | A vector of the names of the columns in  | 
| minCoverThreshold | minimum total cover percentage necessary to consider the pixel vegetated, or a cohort present in a pixel. | 
| doAssertion | A logical indicating whether some internal tests should be run to
ensure the function is running correctly.
Default:  | 
| rescale | Logical. If  | 
cohortData (data.table) with attribute "imputedPixID"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.