Jim,

Try this,

bwplot(tt~as.factor(OnHour),data=gdf,......)

Jun Shen from Millipore

On Fri, Apr 16, 2010 at 3:54 PM, James Rome <jamesr...@gmail.com> wrote:

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

        [[alternative HTML version deleted]]

______________________________________________
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