powered by
performs high level plots of a Multiple Factorial Analysis, using an object of class mfa.
mfa
# S3 method for mfa kplot(object, xax = 1, yax = 2, mfrow = NULL, which.tab = 1:length(object$blo), row.names = FALSE, col.names = TRUE, traject = FALSE, permute.row.col = FALSE, clab = 1, csub = 2, possub = "bottomright", ...)
an object of class mfa
the numbers of the x-axis and the y-axis
a vector of the form 'c(nr,nc'), otherwise computed by a special own function n2mfrow
n2mfrow
vector of the numbers of tables used for the analysis
a logical value indicating whether the row labels should be inserted
a logical value indicating whether the column labels should be inserted
a logical value indicating whether the trajectories of the rows should be drawn in a natural order
if TRUE, the rows are represented by vectors and columns by points, otherwise it is the opposite
a character size for the labels
a character size for the sub-titles, used with par("cex")*csub
par("cex")*csub
a string of characters indicating the sub-title position ("topleft", "topright", "bottomleft", "bottomright")
further arguments passed to or from other methods
Daniel Chessel
data(friday87) w1 <- data.frame(scale(friday87$fau, scal = FALSE)) w2 <- ktab.data.frame(w1, friday87$fau.blo, tabnames = friday87$tab.names) mfa1 <- mfa(w2, scann = FALSE) kplot(mfa1)
Run the code above in your browser using DataLab