Description Usage Arguments Value See Also Examples
View source: R/classify_aspect.R
Uses the table from aspect_map
for complex and aspect_map2
for the simple reclassification.
1 | rg_classify_aspect(x, method = "simple", ...)
|
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 |
reclassified dataset with the same format as x
1 | rg_classify_aspect(0:365, method = 'complex')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.