Description Usage Arguments Value Author(s)
View source: R/classifyWetlands.R
Classify wetlands (really!) using the wetlands layer set as input and a either LCC05 or LCC2010
1 2 3 4 5 6 7 | classifyWetlands(
LCC,
wetLayerInput,
pathData,
studyArea = NULL,
RasterToMatch = NULL
)
|
LCC |
numeric. 2005 (250m resolution) or 2010 (30m resolution) landcover rasters. |
wetLayerInput |
Which wetland should be used as input (raster with projection). It was originally designed to work with the DUCKS Unlimited Waterland layer (30m) but can work with any waterlayers that have the following code: possibleLakes == 0 water bodies == 1 wetlands == 2 uplands > 2 |
pathData |
Where the layers are stored and/or should be saved to |
studyArea |
If the layer should be cropped and masked after classification. Optional. |
RasterToMatch |
raster to match the new layer after classification to. Optional. |
As with archivist::cache
, returns the value of the
function call or the cached version (i.e., the result from a previous call
to this same cached function with identical arguments).
Tati Micheletti
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.