rg_classify_aspect: Classify aspect values in degree to aspect classes like...

Description Usage Arguments Value See Also Examples

View source: R/classify_aspect.R

Description

Uses the table from aspect_map for complex and aspect_map2 for the simple reclassification.

Usage

1
rg_classify_aspect(x, method = "simple", ...)

Arguments

x

vector or raster object that should be reclassified. Aspect values have to be in degree between 0 and 360

method

string, simple for reclassification using the five classes south, north, west, east and flat or complex to also use classes like northwest, southeast...

...

further arguments passed on to reclassify or cut

Value

reclassified dataset with the same format as x

See Also

aspect_map; aspect_map2

Examples

1
rg_classify_aspect(0:365, method = 'complex')

sitscholl/Rgadgets documentation built on Feb. 19, 2021, 1:24 a.m.