caplot: Plot a selection of plots to get a first impression of the...

Description Usage Arguments Examples

Description

caplot() delivers three pages of plots based on ca::plot.ca(). Useful to get a first impression of the results to decide, whether a more elaborated plot should be created and whether other axis besides dim1 and dim2 contain interesting information.

Usage

1
caplot(cadoc)

Arguments

cadoc

object of class ca. Produced e.g. by ca::ca()

Examples

1
2
3
4
5
6
7
8
testmatrixrand <- data.frame(
   matrix(base::sample(0:1,400,replace=TRUE), nrow=20, ncol=20)
)
rownames(testmatrixrand) <- paste("row", seq(1:nrow(testmatrixrand)))

library(ca)

caplot(ca(testmatrixrand))

nevrome/varnastats documentation built on May 9, 2019, 10:43 a.m.