Message-ID: <alpine.LNX.2.11.1505010828360.2263@localhost>
Date: 2015-05-01T15:30:50Z
From: Rich Shepard
Subject: Plot Title: Adjusting Position
In-Reply-To: <53BF8FB63FAF2E4A9455EF1EE94DA7262D6882F1@mb02.ads.tamu.edu>
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