hier_clust: Hierarchical Clustering

Description Usage Arguments Value

View source: R/hier_clust.R

Description

Preform hierarchical clustering on a dataset.

Usage

1

Arguments

x

numeric matrix of data, or an object that can be coerced to such a matrix (such as a numeric vector or a data frame with all numeric columns).

method

the distance measure to be used. This must be one of euclidean or manhattan.

Value

A vector with what was merged and in what order.


Cal-Poly-Advanced-R/lab-7-clustering-methods-shanealman documentation built on May 23, 2020, 12:33 a.m.