The direction (azimuth) to the nearest cell that is not NA. The direction unit is in degrees (not radians). If you want radians, use fun=function(x){x}.
Usage
direction(x, ...)
Arguments
x
a RasterLayer object
...
additional arguments. See Details.
Value
A RasterLayer object
Details
The following additional arguments can be passed, to replace default values for this function
rll{
fun A function that takes the direction (in radians!) as argument. E.g. sinfrom Logical. Default is FALSE. If TRUE, the direction from (instead of to) the nearest cell that is not NA is returned
filename Filename for the output RasterLayer
format Character. Output file type. See writeRasterdatatype Character. Output data type. See dataTypeoverwrite Logical. If TRUE, "filename" will be overwritten if it exists
progress Character. "text", "window", or "" (the default, no progress bar)
}
See Also
distance, gridDistance
For the direction between points, see the azimuth function in the geosphere package