search for: komolongma

Displaying 2 results from an estimated 2 matches for "komolongma".

2008 Aug 26
2
awkward behavior with densityplot function
Hi, I have the following script: ---- t.R --- grafica <- function() { v <- read.csv('preprocessed/komolongma.ece.uprm.edu.active',sep=',') x <- as.ts(v$active) bitmap(file="output.png") densityplot(~x,col='blue',main='Density Plot') dev.off() } grafica() ---- t.R --- When I "sourced" it from R prompt, it quietly runs. However the "outpu...
2008 Aug 26
1
no output when run densityplot...
...'autocorre','.png',sep='') bitmap(file=filename) title <- paste('Autocorrelation Function',' for ',server,'[',status,']',sep=' ') acf(x,lag.max=par2,main=title) grid() dev.off() } summary(x); } servers <- c("komolongma.ece.uprm.edu","sakura.hpcc.jp","fsvc001.asc.hpcc.jp","rocks-52.sdsc.edu","rocks-153.sdsc.edu") status <- c("unsubmitted","active","pending") for (i in servers) { for (j in status) { totalgraphics(i,j) } } [...