Displaying 1 result from an estimated 1 matches for "arizonaapache".
2007 Jan 10
1
map data.frame() data after having linked them to a read.shape() object
...0 0
..- attr(*, "class")= chr "ShapeList"
$ att.data:'data.frame': 490 obs. of 60 variables:
..$ STATE_FIPS: Factor w/ 12 levels "04","06","08",..: 11 11 11 11 4 5
5 5 5 5 ...
[snip]
..$ STACOUNT4 : Factor w/ 489 levels "ArizonaApache",..: 437 460 451
453 147 207 195 198 231 206 ...
..- attr(*, "data_types")= chr [1:60] "C" "C" "C" "C" ...
- attr(*, "class")= chr "Map"
# Read case data (one row per case)
cases = read.table("cases.txt", h=T,)...