Skip to content

Commit

Permalink
for #1226
Browse files Browse the repository at this point in the history
  • Loading branch information
rhijmans committed Mar 11, 2024
1 parent 5ca05c9 commit 53ec247
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion man/relate.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Spatial relationships between geometries
\item{y}{missing or as for \code{x}}
\item{relation}{character. One of "intersects", "touches", "crosses", "overlaps", "within", "contains", "covers", "coveredby", "disjoint". Or a "DE-9IM" string such as "FF*FF****". See \href{https://en.wikipedia.org/wiki/DE-9IM}{wikipedia} or \href{https://docs.geotools.org/stable/userguide/library/jts/dim9.html}{geotools doc}}
\item{pairs}{logical. If \code{TRUE} a two-column matrix is returned with the indices of the cases where the requested relation is \code{TRUE}. This is especially helpful when dealing with many geometries as the returned value is generally much smaller}
\item{na.rm}{logical. If \code{TRUE} geometries in \code{x} for which there is no related geometry in \code{y} are omitted}
\item{na.rm}{logical. If \code{TRUE} and \code{pairs=TRUE}, geometries in \code{x} for which there is no related geometry in \code{y} are omitted}
}

\value{
Expand Down

0 comments on commit 53ec247

Please sign in to comment.