Displaying 1 result from an estimated 1 matches for "renpatch_renosterbos".
2005 Dec 15
2
Why is bubbles() creating empty png graphs?
...-gnu
system i686, linux-gnu
status
major 2
minor 2.0
year 2005
month 10
day 06
svn rev 35749
language R
Operating system: SuSE 10
Rainer
-----------------
library(gstat)
library(RMySQL)
library(DAAG)
m <- dbDriver("MySQL")
con <- dbConnect(m, group = "renpatch_renosterbos")
tbls <- dbListTables(con)
runs <- 1:5
years <- seq(98, 0, -7)
progress_end <- length(tbls) * length(runs) * length(years)
progress <- 0
for (year in years)
{
fd <- paste("/home/rkrug/Documents/R/plots/Y", year, sep="")
dir.create(fd, showWarnings=FALS...