Description Usage Arguments Value See Also Examples
For a single RasterLayer
(y
is missing) this method computes the distance, for all cells that are NA
, to the nearest cell that is not NA
.
The distance unit is in meters if the RasterLayer is not projected (+proj=longlat
) and in map units (typically also meters) when it is projected.
If two RasterLayer
objects are provided, the cell-value distances are computed.
If two Spatial
vector type objects are provided, the distances between pairs of geographic object are computed.
1 2 3 4 5 6 |
x |
RasterLayer object |
y |
missing, RasterLayer or Spatial object |
filename |
Character. Filename for the output RasterLayer (optional) |
doEdge |
Logical. If |
... |
Additional arguments as for |
RasterLayer
distanceFromPoints
, gridDistance
, pointDistance
See the gdistance
package for more advanced distances, and the geosphere
package for great-circle distances (and more) between points in longitude/latitude coordinates.
1 2 3 4 5 |
Loading required package: sp
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.