search for: nameson

Displaying 8 results from an estimated 8 matches for "nameson".

Did you mean: jameson
2004 Nov 18
4
adjusting the map of France to 1830
I'm doing some analyses of historical data from France in 1830 on 'moral statistics' that I'd like to show on a map. I've done most of my analyses in SAS, but a few things would work better in R. To do this, I have to adjust the modern map, library(maps) map('france') to adjust for changes in departments (86 in 1830, to 97 now). I've read the documentation
2018 Oct 31
0
kiwi-ltsp - slave printer setup
...---------------------------------------------------------------- *dhcpd.conf* option domain-name "Donais.ca"; option domain-name-servers 8.8.8.8, 8.8.4.4; option routers 192.168.0.1; option broadcast-address192.168.0.255; default-lease-time 14400; ddns-update-style interim; use-host-decl-nameson; subnet 192.168.0.0 netmask 255.255.255.0 { ? option tftp-server-name "192.168.0.1"; ? option bootfile-name "/pxelinux.0"; ? default-lease-time 14400; ? max-lease-time 172800; ? range dynamic-bootp 192.168.0.2 192.168.0.253; ? next-server 192.168.0.1; ? host ws101 { ???...
2005 Oct 13
0
Maps package, coloration
...for others. It is almost as if the index has been scrambled, but I find that the ordering is fine in the data.frame. I am completely confused, any guidance as to what simple thing that I am missing here. Any suggestions greatly appreciated. data(countyMapEnv) all.names <- map('county',namesonly=T) all.names1 <- data.frame(mapm=all.names, col=NA,ordin=1:length (all.names)) # created a dataframe, to be sure of the # order, I include a variable 'ordin' to index later # next I merge in the data to use for coloration # the merge works well, with every element matched t <- m...
2017 Oct 17
0
regex in maps package
Dear All, >From : ?maps::map we have : map(database = "world", regions = ".", exact = FALSE, boundary = TRUE, interior = TRUE, projection = "", parameters = NULL, orientation = NULL, fill = FALSE, col = 1, plot = TRUE, add = FALSE, namesonly = FALSE, xlim = NULL, ylim = NULL, wrap = FALSE, resolution = if (plot) 1 else 0, type = "l", bg = par("bg"), mar = c(4.1, 4.1, par("mar")[3], 0.1), myborder = 0.01, namefield="name", lforce="n", ...) My query is the regex re...
2004 Feb 03
4
filled maps
Hi R-Help, I would like to make filled contour maps of ocean data overlaid by costlines from the map package. I can draw the filled contours and the coastlines om the same plot, but the filled contour also covers part of the land. To get rid of that I tried to draw a filled coastline map on top of the filled contour, but the filled map only draws the closed contours - so most of the land is
2010 Jul 01
2
Plot map Brazil and documentation
...I'm reading the documentation (?map)... The problem is here: *map(database = "world", regions = ".", exact = FALSE, boundary = TRUE,* * interior = TRUE, projection = "", parameters = NULL, orientation = NULL,* * fill = FALSE, col = 1, plot = TRUE, add = FALSE, namesonly = FALSE,* * xlim = NULL, ylim = NULL, wrap = FALSE, resolution = if(plot) 1 else 0,* * type = "l", bg = par("bg"), mar = c(4.1, 4.1, par("mar")[3], 0.1),* * border = 0.01, ...)* * * *Arguments* * * *database* * ** character string naming a geographical database, o...
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
2005 May 31
3
labels on map
dear all: Im trying to obtain maps on R, under mapdata library, but I cannot define the labels. Here is an example: library(mapdata) map("worldHires", c("portugal","spain"),ylim=c(34,46),xlim=c(-14,3.5)) axis(1,at=seq(-12,3,3)) axis(2) when I try the parameter xlab or ylab in axis, i get: parameter "ylab" couldn't be set in high-level plot()