I just discovered that using the xYplot (Hmisc) and rotating the grid viewport (and the labels etc) given me exactly what I need. I wish I had thought of that much sooner....
-----Original Message----- From: Deepayan Sarkar [mailto:[EMAIL PROTECTED] Sent: Monday, October 30, 2006 6:04 PM To: Mike Bock Cc: [email protected] Subject: Re: [R] Hmisc or Lattice plot with error bars, Depth (independent variable) on Y axis On 10/30/06, Mike Bock <[EMAIL PROTECTED]> wrote: > I am trying to create some plots of concentration versus depth. I want Depth on the Y axis and the concentrations on the X axis. I also need to plot error bars. > > The xYplot function in Hmisc is very nearly ideal but I have to put depth on the x-axis to get it to work. When I transpose the X and Y axes in the xYplot command, the error bars disappear (no surprise given the help file). It there a way to get the plot command to flip the axes? That would be ideal as I could use the grouping functions in xYplot and save a bunch of work. > > If no such command exists any other ideas? See demo(intervals) The untruncated code can be seen with file.show(system.file("demo/intervals.R", package = "lattice")) There was a recent thread dealing with extensions (grouping and switching axes): [1] https://stat.ethz.ch/pipermail/r-help/2006-October/114883.html -Deepayan This message contains information that may be confidential, ...{{dropped}} ______________________________________________ [email protected] mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.
