search for: 08l

Displaying 2 results from an estimated 2 matches for "08l".

Did you mean: 08
2001 Oct 22
1
ogg123 bitrate average (forwarded for Jack Versfeld)
This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. ------_=_NextPart_000_01C15AF9.A721EEE0 Content-Type: text/plain; charset="iso-8859-1" Hey all... I have included a diff to the 1.0rc2 source of vorbis-tools/ogg123/ogg123.c to average the bitrate out in the reporting so that it looks a bit
2010 Apr 16
6
bwplot puts the bars in the wrong place
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