https://github.com/cran/RgoogleMaps
Revision b5e196d9845d5ba39db630a02440e313ac81ba99 authored by Markus Loecher on 07 November 2018, 19:10:11 UTC, committed by cran-robot on 07 November 2018, 19:10:11 UTC
1 parent c12f1ce
Raw File
Tip revision: b5e196d9845d5ba39db630a02440e313ac81ba99 authored by Markus Loecher on 07 November 2018, 19:10:11 UTC
version 1.4.3
Tip revision: b5e196d
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