filter_stats(x, distance = bitwise.dist, threshold = 1e+06 +
.Machine$double.eps^0.5, stats = "All", missing = "ignore",
plot = FALSE, cols = NULL, nclone = NULL, hist = "Scott", ...)
mlg.filter
(Default: 1e6)hist
. If you don't want
to plot the hiplot = TRUE
)mlg.filter
cutoff_predictor
bitwise.dist
diss.dist
data(Pinf)
pinfreps <- fix_replen(Pinf, c(2, 2, 6, 2, 2, 2, 2, 2, 3, 3, 2))
filter_stats(Pinf, distance = bruvo.dist, replen = pinfreps, plot = TRUE)
Run the code above in your browser using DataLab