We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7adf1d5 commit 8f887ccCopy full SHA for 8f887cc
man/distance.Rd
@@ -19,7 +19,7 @@ If \code{x} is a \bold{SpatRaster}:
19
20
If \code{y} is \code{missing} this method computes the distance, for all cells that are \code{NA} in SpatRaster \code{x} to the nearest cell that is not \code{NA} (or other values, see arguments "target" and "exclude").
21
22
-If \code{y} is a numeric value, the cells with that value are ignored. That is, distance to or from these cells is not computed (only if \code{grid=FALSE}).
+If \code{y} is a numeric value, the cells with that value are ignored. That is, distance to or from these cells is not computed.
23
24
If \code{y} is a SpatVector, the distance to that SpatVector is computed for all cells, optionally after rasterization.
25
0 commit comments