treecut.pvs: A function to identify the principal variables in your...

View source: R/treecut.pvs.R

treecut.pvsR Documentation

A function to identify the principal variables in your variable data set, given a defined tree cut height.

Description

This function to identify the principal variables in your variable data set, given a defined tree cut height.

Usage

treecut.pvs(tree, variabledata, cutheight)

Arguments

tree

a hclust object of you variables, built with the cormat and the hclust method "complete"

variabledata

your data.frame of variables used to generate your tree

cutheight

the height at which you wish to cut your tree

Examples

treecut.pvs()

hughesevoanth/moosefun documentation built on Aug. 22, 2022, 7:04 a.m.