Displaying 1 result from an estimated 1 matches for "elasticband".
2008 Oct 24
1
Rgui.exe - Application Error
...;0x7c9109f9" referenced memory at "0xffffffff". The
memory could not be "read"
Click on OK to terminate the program
The script is
library(RODBC)
channel <- odbcConnect("curve", uid="curve", pwd="curve")
elastic <- sqlFetch(channel,"elasticband")
attach(elastic)
png(filename="e:/R/cf.png")
plot(spline(distance~stretch),type="l",xlab="Stretch",ylab="Distance")
odbcClose(channel)
I use R version 2.7.2 and using RODBC to fetch data from Oracle 10g, I would
appreciate any help
Thanks
Rita.
--
Vi...