Cover points based on intervals and overlap
cover_points(
lsfi,
filter_min,
interval_width,
percent_overlap,
filter_values,
num_intervals,
type = "stride"
)
Indices of points in the range.
Level set flat index.
Minimum filter value.
Width of the interval.
Percentage overlap between intervals.
The filter values to be analyzed.
Number of intervals.
Type of interval, either 'stride' or 'extension'.