Skip to contents

Build the rarefied dataset by keeping only the centroid of each cluster of jumps

Usage

rarefy_groups(Jump_groups)

Arguments

Jump_groups

A dataset to be processed

Value

A table containing the rarefied dataset

Examples

if (FALSE) { # \dontrun{
new_dataset <- rarefy_groups(dataset)
} # }