anisoDir {SurfRough} | R Documentation |
Calculate the direction of maximum continuity considering 4 directions
Description
The input is represented by four rasters with the spatial variability index (e.g., MAD, variogram, etc.) computed in four directions (N-S, NE-SW, E-W, SE-NW)
Usage
anisoDir(N, NE, E, SE)
Arguments
N |
Spatial variability along N-S direction |
NE |
Spatial variability along NE-SW direction |
E |
Spatial variability along E-W direction |
SE |
Spatial variability along SE-NW direction |
Value
A raster with the direction (in degrees, geographical) of maximum continuity
[Package SurfRough version 0.0.1.0 Index]