Skip to content

Commit 5c87a39

Browse files
committed
remove comment
1 parent 6010831 commit 5c87a39

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

R/plotLabel.R

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,7 @@ NULL
5858
#' @export
5959
setMethod("plotLabel", "SpatialData", \(x, i=1, j=1, k=NULL, c=NULL,
6060
a=0.5, pal=c("red", "green"), nan=NA, assay=1, z=NULL) {
61-
62-
#x <- sd_small; i <- j <- 1; k <- z <- NULL; nan <- NA; assay <- 1; a <- 0.5; c <- "id"
63-
61+
6462
if (is.numeric(i)) i <- labelNames(x)[i]
6563
i <- match.arg(i, labelNames(x))
6664
y <- label(x, i)

0 commit comments

Comments
 (0)