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