On Fri, Apr 16, 2010 at 1:54 PM, James Rome <jamesr...@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@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. > > ______________________________________________ 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.