[R] bwplot puts the bars in the wrong place

James Rome jamesrome at gmail.com
Fri Apr 16 22:54:59 CEST 2010


Dear R-Help,

With the attached data set, I am still getting incorrect bwplots

> xyplot(gdf$tt~gdf$OnHour |gdf$Runway, data=gdf)     # Is correct

> bwplot(gdf$tt~gdf$OnHour |gdf$Runway, data=gdf, horizontal=FALSE)   # 
Puts the boxes on the wrong x-axis values
# look especially at 0 and 3. How do I fix this?

What is happening?

Thanks,
Jim Rome




More information about the R-help mailing list