View source: R/overlap_detect.R
overlap_detect | R Documentation |
overlap_detect detects potential overlap between curves and "fills in the gaps" using knn similarity
overlap_detect(fig.grp, nr_neighbors = 20)
fig.grp |
dataframe with x,y values and associated curve for each pixel |
nr_neighbors |
how many nearby neighbors to consider when guessing the value of missing pixels (default: 100) |
res.df: a dataframe with the detected x,y, group values for all curves
# overlap_detect(fig.dataframe, nr_neighbors = 20)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.