htree.plot: htree.plot

Description Usage Arguments Value Author(s) References Examples

View source: R/htree.plot.R

Description

Plot hierarchical clustering for the input data in absolute and log10 scale using euclidean and pearson correlation similarities. Intended for internal use in the run.profiling.script function.

Usage

1
htree.plot(dat, method = "complete", metric = "pearson")

Arguments

dat

oligoprofile data in original (non-log) domain

method

hierarchical clustering method

metric

clustering similarity measure

Value

Used for its side effects; returns the arguments

Author(s)

Contact: Leo Lahti microbiome-admin@googlegroups.com

References

See citation('microbiome')

Examples

1
2
data(peerj32)
  tmp <- htree.plot(peerj32$microbes[,1:5])

microbiome/microbiomeold documentation built on May 22, 2019, 9:57 p.m.