- locs,
a data frame with columns x[nm], y[nm], z[nm] and optionally site[numbers], locprec[nm] and locprecz[nm], other columns are ignored.
- channels
vector of integers indicating which channel(s) of a multicolour experiment to extract point sets from.
- min.cardinality
filter out point sets with less than the specified number of points.
- max.cardinality
filter out point sets with more than the specified number of points.
- crop.size
remove points from a set if they are further away than the specified distance from the center of the set.
- keep.locprec
logical (default:TRUE). Whether to keep locprec information for each point.
- sample.size
returns this number of randomly selected point sets. Selects the point sets after applying eventual filtering.
- ignore.site
logical (default: FALSE), set to TRUE if point set membership is not present or needed.
- cluster.points
logical (default: FALSE), whether to cluster the points using DBSCAN (only if ignore.site is also TRUE).
- eps
DBSCAN parameter, size of the epsilon neighbourhood
- minPts
DBSCAN parameter, number of minimum points in the eps region