search for: auxvar

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

Did you mean: auxpwr
2004 Mar 26
1
color.ramp in maptools
Dear list members, I am trying to use the maptools library to display geographical data. At the moment I have some trouble understanding how the " auxvar " variable is supposed to be used in the plot.Map function. I am using R Version 1.8.1 (2003-11-21) on Linux Looking at the plot.Map function itself, I see that it calls a color.ramp function (I am reporting only the relevant part here): ... if (attr(theMap$Shapes, "shp.type&qu...
2007 May 21
1
Graphically show population density for a specific geographic area using R
Hi, we all know that R is powerful in dealing with graphics. I am now trying to use R to show some geographic attributes for a specific geographic area on a graph. For example, if I would like to generate a graph showing the population densities (in terms of the intensity of colors) for Illinois State by zip codes. I did some research; and it seems that package "maptools" is
2007 Jan 10
1
map data.frame() data after having linked them to a read.shape() object
...at the end of this, data type is not described - it is a "simple" data frame # bind data together: #Alternative 1: a$att.data = cbind(a$att.data, datfr[,61:109]) # Other alternatives: test = matrix(ncol=49) a$att.data[,61:109] = test a$att.data[,61:109] = datfr[,61:109] # plot: plot(a, auxvar=a$att.data[,61], xlim=c(-125,-99),ylim=c(28,52), xlab="", ylab="", frame.plot=F,axes=F) There were 50 or more warnings (use warnings() to see the first 50) warnings() 49: "axes" is not a graphical parameter in: polygon(xy$x, xy$y, col,border, lty, ...) 50: "frame...
2006 Dec 27
3
counties in different colours using map()
Hi, I would like to plot a map of US counties using different colors. map() seems to be the function to use, e.g. library(maps); map('usa'); map('county', 'colorado', add=T,fill = T, col=c(1:5)) plots Colorado counties using colours 1 to 5. However, I want each color to represent a certain value - a value to be picked from a data frame. This code should show a