Learn R Programming

l1kdeconv (version 1.2.0)

getclusterranges: 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

Run this code
# NOT RUN {
x = c(1:3, 11:13)
getclusterranges(x, 3)
# }

Run the code above in your browser using DataLab