search for: spp10ml

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

2009 May 07
1
Bubble Plot Over a Map
...try to manipulate its properties over my map. I already searched the list posts but wasn’t able to find a similar doubt with its possible solutions. Bellow is the map code using points, I’m trying to substitute the points() functions with one bubble() function. for (i in 1:length(colnames(Spp10ml))) { png(paste(colnames(Spp10ml),'.png',sep='')[i],width=5.2,height=3.6,pointsize =5,units='in',bg=NA,restoreConsole=T,res=1200) par(mar=c(5,0,0,0)) map('worldHires','brazil',ylim=c(-5.15,-4.55),xlim=c(-37,-36.1),type='n') rect(-37.1,-5.25,-36,-4....