https://github.com/cran/RgoogleMaps
Raw File
Tip revision: bf00cdfe66b7c204375da40a457b4d589c11fdc1 authored by Markus Loecher, Sense Networks on 01 April 2009, 00:00:00 UTC
version 1.1
Tip revision: bf00cdf
mypolygon.R
`mypolygon` <-
function(x,...){
  polygon(x[,c("X","Y")],col=x[1,"col"],...)
	
}

back to top