https://github.com/cran/RgoogleMaps
Raw File
Tip revision: 96da2d55a8b7c15be0bc1c3f8db529cc790b801c authored by Markus Loecher on 18 September 2016, 17:43:22 UTC
version 1.4.1
Tip revision: 96da2d5
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,
  grDevices, 
  methods,
  png
)

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