Displaying 1 result from an estimated 1 matches for "taz2".
Did you mean:
taz
2010 Feb 22
1
matching on two criteria
.....<-data.frame(Props,TAZ,Area)
#Sample Data
Props2<-c("p754921","p754921","p754921","p75506" ,"p75506"
,"p75506","p75506" ,"p75508","p75508","p75508","p75508","p75508")
TAZ2<-c(38,37,37,171,171,282,171,46,46,169,169,169)
#Create 2nd data frame
TazProperties2..<-data.frame(Props2,TAZ2)
#match on prop and return area to data frame
TazProperties2..$Area<-TazProperties..$Area[match(TazProperties..$Props,TazProperties..$Props)]
--
View this message in context:...