-
Notifications
You must be signed in to change notification settings - Fork 0
Distance to spot
simoncmo edited this page Jul 7, 2022
·
1 revision
Distance to Spot plot
# p0 is the regular CellTrekPlot from previous tutorial
# To be added here
## Distance to a point plot
p2 = p0 %>% AddDistanceToPoint(tmp_plt_info_obj, center_pt = c(13000,-10000))
p2