anisoR {SurfRough} | R Documentation |
Calculate the index of anisotropy considering the spatial variability along 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
anisoR(N, NE, E, SE)
Arguments
N |
Spatial vairability along N-S direction |
NE |
Spatial vairability along NE-SW direction |
E |
Spatial vairability along E-W direction |
SE |
Spatial vairability along SE-NW direction |
Value
A raster with the index of anisotropy (min=0 max=1)
[Package SurfRough version 0.0.1.0 Index]