Re: [R] Two x axes - top and bottom

2014-02-10 Thread Duncan Mackay
-project.org] On Behalf Of David Winsemius Sent: Monday, 10 February 2014 06:27 To: Benjamin Ward (ENV) Cc: r-help@r-project.org Subject: Re: [R] Two x axes - top and bottom On Feb 8, 2014, at 2:57 PM, Benjamin Ward (ENV) wrote: > Hi, fellow R users, > > I've been asked to make a plot wit

Re: [R] Two x axes - top and bottom

2014-02-09 Thread David Winsemius
On Feb 8, 2014, at 2:57 PM, Benjamin Ward (ENV) wrote: > Hi, fellow R users, > > I've been asked to make a plot with two datasets each with a different x > axis, and it's been suggested one be at the top and the other at the bottom > of the graph. I normally use ggplot2, and I know how to plot

Re: [R] Two x axes - top and bottom

2014-02-08 Thread Jim Lemon
On 02/09/2014 09:57 AM, Benjamin Ward (ENV) wrote: Hi, fellow R users, I've been asked to make a plot with two datasets each with a different x axis, and it's been suggested one be at the top and the other at the bottom of the graph. I normally use ggplot2, and I know how to plot multiple data

[R] Two x axes - top and bottom

2014-02-08 Thread Benjamin Ward (ENV)
Hi, fellow R users, I've been asked to make a plot with two datasets each with a different x axis, and it's been suggested one be at the top and the other at the bottom of the graph. I normally use ggplot2, and I know how to plot multiple datasets by simply + a new geom with a different data op