cover_points: Cover points based on intervals and overlap

View source: R/Cover.R

cover_pointsR Documentation

Cover points based on intervals and overlap

Description

Cover points based on intervals and overlap

Usage

cover_points(
  lsfi,
  filter_min,
  interval_width,
  percent_overlap,
  filter_values,
  num_intervals,
  type = "stride"
)

Arguments

lsfi

Level set flat index.

filter_min

Minimum filter value.

interval_width

Width of the interval.

percent_overlap

Percentage overlap between intervals.

filter_values

The filter values to be analyzed.

num_intervals

Number of intervals.

type

Type of interval, either 'stride' or 'extension'.

Value

Indices of points in the range.


MapperAlgo documentation built on June 21, 2025, 9:08 a.m.