baybiplot: plots a baybimp object

Description Usage Arguments Details Author(s) See Also Examples

View source: R/baybiclust.R

Description

this is a generic function with a lot of flexible options

Usage

1
2
3
4
5
6
7
8
baybiplot(x, xlab = x$coltree$labels.unordered, 
ylab = x$rowtree$labels.unordered, xlab.cex = 1, ylab.cex = 1, 
horizdendrogram.lwd = 1, horizdendrogram.size = 2, vertdendrogram.lwd = 1, 
vertdendrogram.size = 2, xlab.mar = 6, ylab.mar = 3, 
image.col = cm.colors(12), horizbar.col = rev(c(heat.colors(5)[-4], "white")), 
vertbar.col = rev(c(heat.colors(5)[-4], "white")), horizbar.size = 0.25, 
vertbar.size = 0.25, horizteeth.size = 0.25, vertteeth.size = 0.25, 
image.width = 5, image.height = 3)

Arguments

x

a baybimp object

xlab

row labels appearing in x axis

ylab

column labels appearing in y axis

xlab.cex

cex for xlab

ylab.cex

cex for ylab

horizdendrogram.lwd

lwd for the horizontal dendrogram

horizdendrogram.size

size of the horizontal dendrogram

vertdendrogram.lwd

lwd for the vertical dendrogram

vertdendrogram.size

size of the vertical dendrogram

xlab.mar

margins for xlab

ylab.mar

margins for ylab

image.col

colors for the image plot

horizbar.col

colors for the horizontal bar of importances

vertbar.col

colors for the vertical bar of importances

horizbar.size

size for the horizontal bar of importances

vertbar.size

size for the vertical bar of importances

horizteeth.size

size for the horizontal teeth plot

vertteeth.size

size for the vertical teeth plot

image.width

width of the image plot

image.height

height of the image plot

Details

see also ditplot and dptplot in bclust package

Author(s)

Vahid Partovi Nia

See Also

baybimp

Examples

1
2
3
4
5
6
library(bclust)
data(gaelle)
transpar=c(-1.8390106,-0.9863396,1.6291749,0.0829399,-3.33)
bi=baybiclust(x=gaelle[1:10,1:20],transformed.par=transpar)
baybiplot(bi)
  

baybi documentation built on May 2, 2019, 6:15 p.m.

Related to baybiplot in baybi...