Displaying 1 result from an estimated 1 matches for "myno".
Did you mean:
mono
2007 Oct 01
2
xyplot
...r (tt in c("xyz", "abc", "m1")) {
message(paste("Here", tt, "!!!"))
mydata <- dbReadTable(z1, tt)
jpeg(file=paste("D:/", tt, ".jpg", sep=""), width=00, height=100)
plot.method="bitmap"
xyplot(MyVALUE ~ MyNo | as.character(ID), data = mydata, main = tt, xlab = " ", ylab = " ", type="l")
dev.off()
}
---------------------------------
[[alternative HTML version deleted]]