search for: totalgraphics

Displaying 1 result from an estimated 1 matches for "totalgraphics".

2008 Aug 26
1
no output when run densityplot...
...e R interactive console: > y <- as.ts(x$pending) > bitmap(file="tmp") > densityplot(~y,col="black",main="x") > dev.off() Basically, they are the same lines inside the script, I got the expected output. I appreciate you advice, The script code: totalgraphics <- function(server,status) { par2 = '0' par1 = '0' filename <- paste(server,status,sep='.') filename <- paste('./pre-processed/',filename,sep='') v <- read.csv(file=filename,sep=',') x <- v[[status]] par1 <- as.numeric(par1) par2 &lt...