Displaying 2 results from an estimated 2 matches for "us001".
Did you mean:
u0001
2010 Feb 23
1
Excel Data Import using RODBC
..."US0001W Index" "US0002W Index" "US0001M Index"
"US0002M Index" "US0003M Index" "US0004M Index" "US0005M Index" "US0006M
Index"
[10] "US0007M Index" "US0008M Index" "US0009M Index" "US0010M Index"
"US0011M Index" "US0012M Index" "F16" "USSA1 Curncy" "USSA2
Curncy"
[19] "USSA3 Curncy"
but when I try to call one of its components for example:
AbioRep$US001 Index
Error: inesperado sÃmbolo en "AbioRep$US...
2011 Apr 03
0
Plotting data on a US County Map
...ber" variable on a map (in the shapefile) using a color range per county
(e.g. white = min(number) = 2, black = max(number) = 15). Can anyone help me
actually plotting the data on the map? This is how far I got. Thanks!
DF = data.frame(read.table(textConnection(" A CNTY_FIPS number
1 US001 2
2 US002 8
3 US003 3
4 US004 5
5 US005 6
6 US006 7
7 US007 9
8 US008 9
9 US009 10
10 US010 11
11 US011 13
12 US012 15"),head=TRUE,stringsAsFactors=FALSE))
library(maptools)
library(ggplot2)
library(gpclib)
gpclibPermit()
setwd("C:/Documents")
us_counties.shp <-...