Plot Title: Adjusting Position
On Fri, 1 May 2015, David L Carlson wrote:
There are half a dozen implementations of ternary plots in as many R packages so it is hard to be specific.
David, I'm using the compositions() package.
Since you are using title(), try the "further graphical parameters from par" mentioned in the manual page such as adj=c(x, y) for position (or maybe the line= argument) and cex.main= for size.
Thank you. One of these parameters will do the job. Rich