[R] Hmisc or Lattice plot with error bars, Depth (independent variable) on Y axis
Deepayan Sarkar
deepayan.sarkar at gmail.com
Tue Oct 31 00:04:13 CET 2006
On 10/30/06, Mike Bock <mbock at environcorp.com> 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
More information about the R-help
mailing list