This function displays histograms of pairwise distances and asks the user for a cut-off point to choose. It will prune each corresponding graph for any new value requested.

cutoff_choice_interactive(x, graph_opt = vimes_graph_opt(), ...)

Arguments

x
a list of the class 'vimes_data' as returned by vimes_data.
graph_opt
a list of graphical options for the graphs, as returned by vimes_graph_opt.
...
further arguments passed to 'hist'