search for: bcan

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

Did you mean: ban
2012 Jun 14
0
Animation problem
...lie 30 1 185 325 3 4 coho 40 1 280 250 3 5 mar 50 1 380 315 And my code: saveHTML({ nmax <- length(unique(tagdata$Day)) # set the interval (secs) between panels oopt <- ani.options(interval = 1, nmax = nmax) # plot the jpeg for( i in 1 : nmax){ plot(BCan, xlim = c(50, 800), ylim = c(200, 700)) # to keep the map (jpeg) from disappearing at each iteration par(new = TRUE) # Plot the bubbles symbols(tagdata$x[i], tagdata$y[i], circles = tagdata$hits[i], inches = 0.35, xlim = c(50, 800), ylim = c(200, 700), text = i) text(tagdata$x, tagd...