Learn R Programming

MapperAlgo (version 1.0)

cover_points: 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
)

Value

Indices of points in the range.

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.