How can I reduce the font size in my plot and shift to the bottom left? Following is my code:
plot(Roc(list("A"=lrm.met,"B"=lrm.cyssvscys,"C"=lrm.cyss, "D"=lrm.cys, "E"=lrm.metvsmetsulfo, "F"=lrm.metsulfo, "G"=lrm.allan)),legend=TRUE,auc=TRUE)
title(main = "Title")
Thanks in advance!