Skip to content

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

image

Clone this wiki locally