cluster_1D {math} R Documentation

grouping data input by given numeric tolerance

Description

Usage

cluster_1D(sequence, eval,
    offset = 0);

Arguments

sequence

-

eval

this parameter should be a lambda function which evaluate a numeric value for each elements in the given sequence data.

offset

the max tolerance error of the cluster data. [as double]

env

[as Environment]

Details

Authors

SMRUCC genomics Institute

Value

this function returns data object of type any kind.

clr value class

Examples


[Package math version 2.33.856.6961 Index]