| pvpick {pvclust} | R Documentation | 
Find Clusters with High/Low P-values
Description
find clusters with relatively high/low
p-values. pvrect and lines (S3 method for class
pvclust) highlight such clusters in existing plot, and
pvpick returns a list of such clusters.
Usage
pvpick(x, alpha=0.95, pv="au", type="geq", max.only=TRUE)
pvrect(x, alpha=0.95, pv="au", type="geq", max.only=TRUE, border=NULL, ...)
## S3 method for class 'pvclust'
lines(x, alpha=0.95, pv="au", type="geq", col=2, lwd=2, ...)
Arguments
| x | object of class  | 
| alpha | threshold value for  | 
| pv | character string which specifies the  | 
| type | one of  | 
| max.only | logical. If some of clusters with high/low
 | 
| border | numeric value which specifies the color of borders of rectangles. | 
| col | numeric value which specifies the color of lines. | 
| lwd | numeric value which specifies the width of lines. | 
| ... | other graphic parameters to be used. | 
Value
pvpick returns a list which contains the following values.
| clusters | a list of character string vectors. Each vector corresponds to the names of objects in each cluster. | 
| edges | numeric vector of edge numbers. The  | 
Author(s)
Ryota Suzuki suzuki@ef-prime.com