
Last chance! 50% off unlimited learning
Sale ends in
performs high level plots of a Multiple Co-inertia Analysis,
using an object of class mcoa
.
# S3 method for mcoa
kplot(object, xax = 1, yax = 2, which.tab = 1:nrow(object$cov2),
mfrow = NULL, option = c("points", "axis", "columns"),
clab = 1, cpoint = 2, csub = 2, possub = "bottomright",...)
an object of class mcoa
the numbers of the x-axis and the y-axis
a numeric vector containing the numbers of the tables to analyse
a vector of the form 'c(nr,nc)', otherwise computed by as special own function n2mfrow
a string of characters for the drawing option
plot of the projected scattergram onto the co-inertia axes
projections of inertia axes onto the co-inertia axes.
projections of variables onto the synthetic variables planes.
a character size for the labels
a character size for plotting the points, used with par("cex")
*cpoint. If zero, no points are drawn.
a character size for the sub-titles, used with 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)
mcoa1 <- mcoa(w2, "lambda1", scan = FALSE)
kplot(mcoa1, option = "axis")
kplot(mcoa1)
kplot(mcoa1, option = "columns")
Run the code above in your browser using DataLab