getclusterranges {l1kdeconv}R Documentation

Get the Cluster Ranges in a Vector of 1D Coordinates

Description

Get the Cluster Ranges in a Vector of 1D Coordinates

Usage

getclusterranges(x, gap)

Arguments

x

a numeric vector

gap

the size for the recognation of data free gaps

Examples

x = c(1:3, 11:13)
getclusterranges(x, 3)

[Package l1kdeconv version 1.2.0 Index]