search for: actualinlocal

Displaying 2 results from an estimated 2 matches for "actualinlocal".

2010 Mar 20
3
How to select a row from one dataframe that is "close" to a row in another dataframe
...igDt" "MkdCrrCd" [3] "MkdFltNbr" "DprtTrpnStnCd" [5] "ArrTrpnStnCd" "ActualOutLocalTimestamp" [7] "ActualOffLocal" "ActualOnLocal" [9] "ActualInLocal" "ArrivalGate" [11] "DepartureGate" "Flight" [13] "OnDate" "MinutesIntoDay" [15] "OnHour" "pt" > names(runway) [1] "OnDateT...
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