Displaying 1 result from an estimated 1 matches for "progress_end".
2005 Dec 15
2
Why is bubbles() creating empty png graphs?
...n 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=FALSE, recursive = TRUE)
for (run in runs)
{
for (tn in tbls)
{
fn <- paste(fd, "/",...