search for: regionnam

Displaying 4 results from an estimated 4 matches for "regionnam".

Did you mean: regionnum
2010 Apr 06
0
Adding labels on maps (using sp, maptools, or something else suggested)
...e seen but without success. The first example is self-contained, but the second one requires the .shp file, which can retrieved at http://www.gadm.org/country. ----- Example 1 ----- library(sp) con <- url("http://gadm.org/data/rda/ITA_adm1.RData") print(load(con)) close(con) regionnames <- c("Piemonte", "Valle d'Aosta", "Liguria", "Lombardia", "Trentino-Alto Adige/S?dtirol", "Veneto", "Friuli-Venezia Giulia", "Emilia-Romagna", "Toscana", "Umbria", "Marche", &quo...
2003 Jan 08
2
Maps in R
Is there a way to generate maps in R. Specifically, I have calculated estimates of intra-regional inequality for US states, and would like to project that information onto a map. Thanks, Nirmala
2013 Jan 27
1
lapply and SpatialGridDataFrame error
.../floodlayers_", 1:54) polyshapes <- lapply(writePolyShape(maxdepth.plys, layers)) shpName <- sub(pattern="(.*)\\.dbf", replacement="\\1", x=system.file("examples/Flood/layer_.dbf", package="BayesX")) floodmaps <- lapply(shp2bnd(shpname=shpName, regionnames="SP_ID")) ## draw the map drawmap(map=floodmaps) This is the error message that I receive: > maxdepth.plys <- lapply(modeldepthsmore, Grid2Polygons(modeldepthsmore, level = FALSE)) Error in Grid2Polygons(modeldepthsmore, level = FALSE) : Grid object not of class SpatialGridData...
2013 Dec 06
13
Can't seem to get modulepath attribute recognized by puppetmasterd
Warning - Puppet newby here. I am trying to set up a puppetmaster 3.3.2 and have run into a snag right out of the box. I want to add a new directory to modulepath= in /etc/puppet/puppet.conf So I added the following line in the [main] header modulepath = /etc/puppet/modules:/opt/our-repo/puppetmaster/modules And populated new new directory with modules I have written. I then run puppet