[kepler-dev] [Bug 4010] - RExpression2 - tracking for backwards compatibility

bugzilla-daemon at ecoinformatics.org bugzilla-daemon at ecoinformatics.org
Tue May 5 10:45:22 PDT 2009


http://bugzilla.ecoinformatics.org/show_bug.cgi?id=4010





------- Comment #4 from leinfelder at nceas.ucsb.edu  2009-05-05 10:45 -------
ReadTable.xml

there's a issue with how I'm setting up the graphics device. it's purely my R
code, since the following R session shows the same error:

> pdf(file = 'ReadTable1.pdf',width = 6.666666666666667, height = 6.666666666666667)
> species <- c(1,2,3)
> ccnt <- c("a","b","c")
> plot(species,ccnt)
Error in plot.window(...) : need finite 'ylim' values
In addition: Warning messages:
1: In xy.coords(x, y, xlabel, ylabel, log) : NAs introduced by coercion
2: In min(x) : no non-missing arguments to min; returning Inf
3: In max(x) : no non-missing arguments to max; returning -Inf


More information about the Kepler-dev mailing list