Hello! I was testing out the mixomics package.
I’ve customized plotIndiv so that I can change the title text, shapes, colors, etc. However, one thing I don’t like with the lattice package is the font choice: I wanted to know if it’s possible to customize the font size/font itself (like if I wanted to use font_add_google(“Noto Serif”, “noto”)).
This is the code for the plot. I also wanted to edit it so that the shapes are bigger/bolder, as it’s a bit difficult to see. Is there a separate way to customize that? I did not find a good way to change that in the documentation.
base_plot <- plotIndiv(
final_plsda,
style = 'lattice',
group = Y,
ind.names = FALSE,
legend = TRUE,
col = colors,
title = "Amino Acids PLS-DA",
X.label = "Component 1 (50%)",
Y.label = "Component 2 (24%)"
)

