[kepler-dev] [Bug 4002] - RExpression2 - handle arbitrary R data structures

bugzilla-daemon at ecoinformatics.org bugzilla-daemon at ecoinformatics.org
Mon Apr 20 17:07:00 PDT 2009


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





------- Comment #1 from leinfelder at nceas.ucsb.edu  2009-04-20 17:07 -------
Here is an example script that creates different data objects:
x <- 1:10
y <- x + rnorm(10)
f <- y ~ x
l <- lm(f)
s <- summary(l)


More information about the Kepler-dev mailing list