findOrder: Find order

View source: R/findOrder.R

findOrderR Documentation

Find order

Description

Given a matrix, m, finds the ordering of the rows as imposed by hclust.

Usage

findOrder(m, method = "complete", distance = "euclidean")

Arguments

m

A matrix.

method

The linkage method used by “hclust“.

distance

The metric used by “dist“.

Value

A vector of integers corresponding to the row numbers of an ordered m.


stcolema/mdiHelpR documentation built on July 28, 2024, 5:41 a.m.