search for: mymap3

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

Did you mean: mymap
2013 Oct 31
2
Make Multiple plots in R
...##Making multiple Plots start######################## plot(mybrick9, y = 2, col = terrain.colors( length(seq(0,1, by = .2))-1),breaks= seq(0, 1, by = 0.2), axes = T, main = 'April 2006', xlab = 'Longitude', ylab = 'Latitude', cex.lab = 1, cex.axis = 1 ) plot(mymap3, add = T) plot(mybrick9, y = 5, col = terrain.colors( length(seq(0,1, by = .2))-1),breaks= seq(0, 1, by = 0.2), axes = T, main = 'May 2006', xlab = 'Longitude', ylab = 'Latitude', cex.lab = 1, cex.axis = 1 ) plot(mymap3, add = T) plot(mybrick9, y = 8, col =...