Displaying 1 result from an estimated 1 matches for "errorrange".
2011 Aug 27
2
Am having trouble calling a function
...mins=as.numeric(mins))
# Add a column for colors
mdf$clr = as.factor((mdf$flight - 1) %% 5)
mc = c("red","cyan","green","blue","magenta","black")
# Plot these
outfile = paste(base, airport, "/", airport, "ErrorRange", date,
".pdf", sep="")
pdf(file=outfile, width=14, height=7, par(lwd=.5))
# Get only ones that span 0
lblx = dim(mdf)[1]/2
....
}
And if I manually set
df = ads[[j]]
doAirport runs OK.
But when called from the main program, I always get
> sapply(ads, fu...