https://github.com/cran/RgoogleMaps
Raw File
Tip revision: 79bce6be6d4307b442609971541ae9a681610612 authored by Markus Loecher on 11 December 2019, 17:00:02 UTC
version 1.4.5
Tip revision: 79bce6b
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