Displaying 5 results from an estimated 5 matches for "iata".
Did you mean:
data
2010 Feb 01
3
merging data frames gives all NAs
...e step gives me a data frame with all NAs. In addition,
ar4rw always gets a row with NAs at the start, which I do not
understand. There are no rows with all NAs in the arrgnd data frame.
> ar4rw[1:2,] # first time through for 31R
DateTime Date month hour minute quarter weekday IATA ICAO
Flight
NA <NA> <NA> NA NA NA NA NA <NA> <NA> <NA>
529 1/1/09 21:46 2009-01-01 1 21 46 87 5 TA TAI
TAI570
AircraftType Tail Arrived STA Runway FromTo Delay
NA <NA> <NA> <NA> <NA> <...
2012 Nov 25
1
Error : Error in if (antipodal(p1, p2))
...ap("world", col="#303030", fill=TRUE, bg="black", lwd=0.05, xlim=xlim,
ylim=ylim)
fsub <- flights[flights$airline == "AA",]
fsub <- fsub[order(fsub$cnt),]
maxcnt <- max(fsub$cnt)
for (j in 1:length(fsub$airline))
{
air1 <- airports[airports$iata == fsub[j,]$airport1,]
air2 <- airports[airports$iata == fsub[j,]$airport2,]
inter <- gcIntermediate(c(air1[1,]$long, air1[1,]$lat), c(air2[1,]$long,
air2[1,]$lat), n=100, addStartEnd=TRUE)
colindex <- round( (fsub[j,]$cnt / maxcnt) * length(colors) )
lines(inter, col=colors[colindex],...
2013 Feb 09
1
R maps Help
...pal <- colorRampPalette(c("#00FF00", "#FF0000"))
colors <- pal(100)
fsub <- flights[flights$airline == "FSR",]
fsub <- flights[order(flights$cnt),]
maxcnt <- max(fsub$cnt)
for (j in 1:length(fsub$airline)) {
air1 <- airports[airports$iata == fsub[j,]$airport1,]
air2 <- airports[airports$iata == fsub[j,]$airport2,]
p1 <- c(air1[1,]$long, air1[1,]$lat)
p2 <- c(air2[1,]$long, air2[1,]$lat)
inter <- clean.Inter(p1,p2,n=100, addStartEnd=TRUE)
colindex <- round( (fsub[j,]$cnt / maxcnt) * length(colors))...
2010 Mar 20
3
How to select a row from one dataframe that is "close" to a row in another dataframe
...ot;ArrivalGate"
[11] "DepartureGate" "Flight"
[13] "OnDate" "MinutesIntoDay"
[15] "OnHour" "pt"
> names(runway)
[1] "OnDateTime" "IATA" "ICAO" "Flight"
[5] "AircraftType" "Tail" "Arrived" "STA"
[9] "Runway" "From.To" "Delay" "OnDate"
[13] &...
2007 Sep 19
1
CRAN mirror for R in India: new one at WBUT, how do we get listed in the CRAN website?
...re are the details sent to me by
Indranil Dasgupta, the maintainer of the WBUT mirror site:
The CRAN mirror's details are as follows:
1. URL : http://mirror.wbut.ac.in/CRAN
2. HOSTING INSTITUTION : West Bengal University of Technology
3. COUNTRY : INDIA
4. CITY : KOLKATA (old name - Calcutta, IATA Identifier code - CCU)
5. CONTACT EMAIL : indradg@l2c2.co.in
6. UPDATE FREQUENCY : At 1 AM IST (+0530 GMT) every day.
Enjoy!
Best,
Arin Basu
[[alternative HTML version deleted]]