Hi mixOmics team, is it possible to create basic color, such as black and white only, in the PlotIndiv function? Since, some publisher does not accept colorful graphics in the manuscript.
Thank you for developing mixOmics, I am so glad to always use and explore this package for my study.
plotIndiv(myspls, group = nutrimouse$genotype,
rep.space = “XY-variate”, legend = TRUE,
legend.title = ‘Genotype’,
ind.names = F,
title = ‘Nutrimouse: sPLS’, ellipse = T)
The result of plotIndiv are colorful graph, however I need this to be a grayscale or black white with pattern. Is it possible?