makeVegTypeMap | R Documentation |
makeVegTypeMap
is a wrapper around vegTypeMapGenerator
that works from a species stack of percent cover.
These do not have to sum to 100%%
Downloads the 2011 kNN species cover layers from the Canadian Forestry Service, National Inventory System, for validation.
makeVegTypeMap(speciesStack, vegLeadingProportion, mixed, ...)
loadkNNSpeciesLayersValidation(
dPath,
rasterToMatch,
studyArea,
sppEquiv,
knnNamesCol = "KNN",
sppEquivCol,
thresh = 1,
url,
...
)
prepSpeciesLayers_KNN2011(
destinationPath,
outputPath,
url = NULL,
studyArea,
rasterToMatch,
sppEquiv,
sppEquivCol,
thresh = 10,
...
)
speciesStack |
A |
vegLeadingProportion |
Numeric between 0-1, determining the relative biomass threshold a species needs to pass to be considered "leading". |
mixed |
Deprecated. See |
... |
Additional arguments passed to |
dPath |
path to the data directory |
rasterToMatch |
A |
studyArea |
A |
sppEquiv |
table with species name equivalencies between the kNN and final naming formats.
See |
knnNamesCol |
character string indicating the column in |
sppEquivCol |
the column name to use from |
thresh |
the minimum number of pixels where the species must have
|
url |
the source url for the data, passed to |
destinationPath |
path to data directory where objects will be downloaded or saved to |
outputPath |
path to output directory |
A factor raster
A raster stack of percent cover layers by species.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.