diff --git a/R/sf.R b/R/sf.R index b5170d8f8..6daf2d07a 100644 --- a/R/sf.R +++ b/R/sf.R @@ -298,7 +298,7 @@ st_sf = function(..., agr = NA_agr_, row.names, #' @name sf #' @param x object of class \code{sf} -#' @param i record selection, see \link{[.data.frame} +#' @param i record selection, see \link{[.data.frame}, or a \code{sf} object to work with the \code{op} argument #' @param j variable selection, see \link{[.data.frame} #' @param drop logical, default \code{FALSE}; if \code{TRUE} drop the geometry column and return a \code{data.frame}, else make the geometry sticky and return a \code{sf} object. #' @param op function; geometrical binary predicate function to apply when \code{i} is a simple feature object diff --git a/man/sf.Rd b/man/sf.Rd index 287b4e452..00746af19 100644 --- a/man/sf.Rd +++ b/man/sf.Rd @@ -45,7 +45,7 @@ there is more than one and \code{sf_column_name} is \code{NULL}, the first one i \item{x}{object of class \code{sf}} -\item{i}{record selection, see \link{[.data.frame}} +\item{i}{record selection, see \link{[.data.frame}, or a \code{sf} object to work with the \code{op} argument} \item{j}{variable selection, see \link{[.data.frame}}