Identify regular occurrences based on intervals.
Source:R/regular.R
list_regular_artifacts_by_interval.Rd
Identifies regular occurrences in a list of artifact positions and intervals. An artifact is considered regular if it appears in the same interval in certain minimum share of runs.
Usage
list_regular_artifacts_by_interval(
.artifacts,
.dimensions,
.min_share = 2/3,
.min_runs = 11
)