cluster | R Documentation |
Cluster the data using hierarchical clustering with the
hclust
function. The data are clustered with the
normalized recalibrated mass and the normalized aligned retention times.
cluster(x, errors, method, height, min_size)
x |
A |
errors |
A |
method |
A character string indicating what agglomeration method should
be used in the hclust function. See |
height |
An number specifying the height at which the tree created by
the hclust function should be cut. See |
min_size |
An integer value indicating the minimum number of points a cluster must have. All clusters with fewer members than min_size will be reclassified as "noise" points. The cluster assignment for noise points is 0. |
A data.table
with the cluster assignment for each observation.
Evan A Martin
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.