mvl_compute_repeats: Find stretches of repeated rows among vectors

View source: R/RMVL.R

mvl_compute_repeatsR Documentation

Find stretches of repeated rows among vectors

Description

This function is passed a list of vector like MVL_OBJECTs which are considered as columns in a table. It returns a vector V starting with 1 and ending with number of rows plus 1, so that stretches of repeated rows can be found as V[i]:V[i+1]

Usage

mvl_compute_repeats(L)

Arguments

L

list of vector like MVL_OBJECTs

Value

partition describing repeated rows


RMVL documentation built on Nov. 2, 2023, 6:09 p.m.