classifyWetlands: Classify wetlands (really!) using the wetlands layer set as...

Description Usage Arguments Value Author(s)

View source: R/classifyWetlands.R

Description

Classify wetlands (really!) using the wetlands layer set as input and a either LCC05 or LCC2010

Usage

1
2
3
4
5
6
7
classifyWetlands(
  LCC,
  wetLayerInput,
  pathData,
  studyArea = NULL,
  RasterToMatch = NULL
)

Arguments

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.

Value

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).

Author(s)

Tati Micheletti


tati-micheletti/usefulFuns documentation built on July 7, 2020, 3:19 p.m.