1 parent ce16614 commit bd2173dCopy full SHA for bd2173d
1 file changed
R/crop.R
@@ -159,7 +159,6 @@ NULL
159
#' @importFrom methods is
160
#' @importFrom sf st_bbox
161
setMethod("crop", "SpatialDataArray", \(x, y, j=1, ...) {
162
- #x <- label(sd); y <- bb; j <- 1
163
if (is.matrix(y)) {
164
y <- .check_pol(y)
165
y <- st_bbox(st_polygon(list(y)))
0 commit comments