Displaying 1 result from an estimated 1 matches for "addressev".
Did you mean:
addresses
2009 Aug 25
1
Help in plotting a legend
...put a legend with a single box full of these colors, but only show the max
and the min value on the left corner and the right corner respectively.
Here's a part of the code I am using:
#empdata has the employee data with the latitude and longitude for each
employee
library(PBSmapping)
addressEvents<-as.EventData(empdataRC,projection=NA)
#myShapeFile is a shape file of Ohio imported using importShapefile
addressPolys<-findPolys(addressEvents,myShapeFile)
myTrtFC<-
table(factor(addressPolys$PID,levels=levels(as.factor(myShapeFile$PID))))
log(myTrtFC)->lTrt
mapColors<...