find_clusters: find clusters of adjascent selected coordinates

Description Usage Arguments

View source: R/smooth_data_generation.R

Description

find clusters of adjascent selected coordinates

Usage

1
2
find_clusters(distances, selected_coordinates, magnitude_threshold,
  dist_threshold = 2, dist_method = "manhattan")

Arguments

selected_coordinates

an integer vector, the coordinates of which denotes which coordinates have crossed the threshold (have been selected) such that will be obtained, for example from calling which(x > threshold).


ammeir2/selectiveROI documentation built on March 16, 2020, 1:30 a.m.