Description Usage Arguments Details Value Examples
Create a layer depicting northness based on an elevation layer.
1  | raster.north(dem)
 | 
dem | 
 RasterLayer object of elevation (a digital elevation model - DEM) as defined by package raster.  | 
Using elevation, aspect can be calculated. Yet, it is a circular variable (0 = 360) and has to be converted to northness and eastness to be useful for modelling.
A RasterLayer object.
1 2  | data(red.layers)
raster::plot(raster.north(red.layers[[3]]))
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.