R/Statial.R
distanceCalculator.Rd
Calculates the euclidean distance from each cell to the nearest cell of each type for a single image
distanceCalculator(data, maxDist = 200, distFun = "min")
the single cell data of interest
Maximum distance between pairs of points to be counted as close pairs.
How to merge duplicate entries.