[R] Horizontal labels on a plot

2013-06-07 Thread Shane Carey
Hi, I have a plot with horizontal lables on the x-axis. For example: Devonian volcanic rocks n=2 with n=2 on a new line. How do I centre n=2 under the Devonian volcanic rocks label? This was my code: text(axis_text, par(usr)[three], labels = paste(LABELS, \n , n =, t(t(name.count[,two]))),

Re: [R] Horizontal labels on a plot

2013-06-07 Thread David Winsemius
On Jun 7, 2013, at 8:38 AM, Shane Carey wrote: Hi, I have a plot with horizontal lables on the x-axis. For example: Devonian volcanic rocks n=2 with n=2 on a new line. How do I centre n=2 under the Devonian volcanic rocks label? This was my code: text(axis_text, par(usr)[three],