Skip to content

Commit

Permalink
remove x and y coordinates starting from 0 in L function
Browse files Browse the repository at this point in the history
remove x and y coordinates starting from 0 in L function
  • Loading branch information
ycao6928 authored Nov 24, 2024
1 parent 78ef559 commit 28d38da
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions R/helper_spatial_metrics.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ individual_celltype_interaction_sp <- function(this_sample) {
x = this_sample$x_cord,
y = this_sample$y_cord,
check = FALSE,
yrange = c(0, max(this_sample$y_cord)),
xrange = c(0, max(this_sample$x_cord)),
marks = as.factor(this_sample$celltype)
)

Expand Down

0 comments on commit 28d38da

Please sign in to comment.