powered by
labelplot(letter = NULL, title = NULL, letteradj = -0.05, titleadj = 0, letterfont = 2, titlefont = 2, lettercex = 1.2, titlecex = 1, letterline = 0.5, titleline = 0.5, lettercol = "black", titlecol = "black")
par
par(mar=c(3,3,3,3)) plot((1:10),col=maptocolors(vec=(1:10),colorRampPalette(c("blue","red"))),pch=19,cex=4) labelplot("A)"," sample plot",lettercex=2,titlecex=2,titlecol="blue")
Run the code above in your browser using DataLab