https://github.com/cran/RgoogleMaps
Raw File
Tip revision: cc7c38b38ccf45852de311d06b1680c6c4acb5d6 authored by Markus Loecher on 20 January 2015, 00:00:00 UTC
version 1.2.0.7
Tip revision: cc7c38b
NAMESPACE
# Default NAMESPACE created by R
# Remove the previous line if you edit this file

# Export all names
exportPattern(".")

# Import all packages listed as Imports or Depends
import(
  graphics,
  stats,
  utils,
  png,
  RJSONIO
)

#importFrom(RColorBrewer, brewer.pal)
#importFrom(PBSmapping,plotPolys,calcCentroid,addPolys)
#importFrom(sp,CRS, proj4string, coordinates,bbox,spTransform)
back to top