https://github.com/cran/micromap
Revision 4d2782b431ebccb81800ac7db1b43b9d84d34f44 authored by Tom Kincaid on 27 May 2014, 00:00:00 UTC, committed by Gabor Csardi on 27 May 2014, 00:00:00 UTC
1 parent f6ffb86
Raw File
Tip revision: 4d2782b431ebccb81800ac7db1b43b9d84d34f44 authored by Tom Kincaid on 27 May 2014, 00:00:00 UTC
version 1.9
Tip revision: 4d2782b
NAMESPACE
# Export all names
exportPattern(".")

# Import all packages listed as Depends
import(
  ggplot2,
  maptools,
  RColorBrewer,
  rgdal,
  grid
)
back to top