I am wanting to produce a klaR::partimat plot with as small margins as I can (so it shows up nicely in a quarto document.) I have managed to play with the margins & font size to get it close to what I want, but can't figure out how to remove the main label on each subplot (or at least set its font size to something tiny.)
This is the code I am currently using and I have attached a picture showing what I want to remove. Thanks for your help!
require(klaR)
partimat(Species ~ ., data=iris, method="qda",mar=c(1,1,1,1),plot.control=list(cex=1,cex.axis=0.01,tcl=NA,mgp=c(0.2,0.1,0.1)),main="")