Skip to content

Commit 8ad70dd

Browse files
committed
BUG: which doc
1 parent 4eab790 commit 8ad70dd

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

R/which.R

-3
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@ which.antsImage <- function(x, arr.ind = FALSE, useNames = TRUE) {
1515
#' mask = img > 0
1616
#' which(mask)
1717
#' which(mask, arr.ind = TRUE)
18-
#' \dontrun{
19-
#' which(mask + 1)
20-
#' }
2118
#' @rdname antsImageops
2219
setMethod("which", "antsImage", which.antsImage)
2320

0 commit comments

Comments
 (0)