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


______________________________________________
R-help@r-project.org 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.

Reply via email to