[R] bwplot puts the bars in the wrong place

Deepayan Sarkar deepayan.sarkar at gmail.com
Sat Apr 17 07:42:30 CEST 2010


On Fri, Apr 16, 2010 at 1:54 PM, James Rome <jamesrome at gmail.com> wrote:
> Dear R-Help,
>
> With the attached data set, I am still getting incorrect bwplots

None of your attachments came through (presumably because of the list
filters), and we need the data to figure out what's happening. Either
put the result of dput inline (if it's not too big), or put it up
somewhere we can download from. Putting a .txt extension may also
work.

-Deepayan

>> 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 at 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.
>
>



More information about the R-help mailing list