Multiple Graphs for the Foucart's Correspondence Analysis
performs high level plots of a Foucart's Correspondence Analysis, using an object of class foucart
.
## S3 method for class 'foucart' kplot(object, xax = 1, yax = 2, mfrow = NULL, which.tab = 1:length(object$blo), clab.r = 1, clab.c = 1.25, csub = 2, possub = "bottomright", ...)
object
: an object of class foucart
xax, yax
: the numbers of the x-axis and the y-axismfrow
: a vector of the form 'c(nr,nc)', otherwise computed by as special own function n2mfrow
which.tab
: vector of table numbers for analyzingclab.r
: a character size for the row labelsclab.c
: a character size for the column labelscsub
: a character size for the sub-titles used with par("cex")*csub
possub
: a string of characters indicating the sub-title position ("topleft", "topright", "bottomleft", "bottomright")...
: further arguments passed to or from other methodsdata(bf88) fou1 <- foucart(bf88, scann = FALSE, nf = 3) if(adegraphicsLoaded()) { g <- kplot(fou1, row.plab.cex = 0, psub.cex = 2) } else { kplot(fou1, clab.c = 2, clab.r = 0, csub = 3) }
Useful links