# Do a MultiplePCA on the BLOOD dataset
if (FALSE) {
#' results=WH.MultiplePCA(BLOOD,list.of.vars = c(1:3))
# Plot histograms of variable 1 of BLOOD dataset on the first
# factorial plane showing histograms
WH.plot_multiple_indivs(BLOOD, results,
axes = c(1, 2), var = 1, strx = 0.1,
stry = 0.1, HISTO = TRUE
)
# Plot histograms of variable 1 of BLOOD dataset on the first
# factorial plane showing densities
WH.plot_multiple_indivs(BLOOD, results,
axes = c(1, 2), var = 1, strx = 0.1,
stry = 0.1, HISTO = FALSE
)
}
Run the code above in your browser using DataLab