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, cormat)

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

cormat

your correlation matrix

Examples

treecut.pvs()

hughesevoanth/iPVs documentation built on July 26, 2023, 3:21 p.m.