Displaying 1 result from an estimated 1 matches for "lblx".
Did you mean:
blx
2011 Aug 27
2
Am having trouble calling a function
...reen","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, function(x) {doAirport(df, base)} )
Error in eval(expr, envir, enclos) : object 'lblx' not found
In addition: Warning message:
'mode(on...