Changes
Jump to navigation
Jump to search
"Example Code":
→Quick Guide
**lat=latitude; lon=longitude, pch = point style, color="color"
Chicago MSA w/ color by Industry
PlotOnStaticMap(newmap, lat=c(Chicago.Adresses.for.geocode.v2$Latitude),lon=c(Chicago.Adresses.for.geocode.v2$Longitude), pch=20, col=c(Chicago.Addresses.w.Industries$Industry))
== Interactive Maps: ==