Re: [R] transposing x and y axes in xYplot

2016-08-23 Thread Cade, Brian
Bert: Yes, with some fiddling of axes labels this looks like just what I needed. Thank you. Brian Brian S. Cade, PhD U. S. Geological Survey Fort Collins Science Center 2150 Centre Ave., Bldg. C Fort Collins, CO 80526-8818 email: ca...@usgs.gov tel: 970 226-9326 On Tue, Aug 23, 2016 at 3

Re: [R] transposing x and y axes in xYplot

2016-08-23 Thread Bert Gunter
Is this of any help? (found by simple google search): http://stackoverflow.com/questions/6392266/rotating-the-grid-to-plot-horizontal-errors-bars-with-hmiscxyplot-in-r Cheers, Bert Bert Gunter "The trouble with having an open mind is that people keep coming along and sticking things into it."

[R] transposing x and y axes in xYplot

2016-08-23 Thread Cade, Brian
Is there a simple way to transpose the x and y axes with the xYplot() function in the Hmisc package, where y is a vector of point estimate and lower and upper confidence interval endpoints? What I'm looking for is something akin to coord_flip() used with ggplot(). Brian Brian S. Cade, PhD U. S.