search for: i_acr

Displaying 1 result from an estimated 1 matches for "i_acr".

Did you mean: _acr
2008 Nov 07
1
For Loop - loading 10 sets of data and calculating
...ads bin data frame from csv files with acres and TAZ data Bin$i_main <- read.csv(file="I:/Research/Samba/urb_transport_modeling/LUSDR/Workspace/BizLandPrice/data/Bin_lookup_values/Bin$i_lookup.csv",head=FALSE); #Separates Acres data from main data and converts acres to square feet Bin$i_Acres=Bin$i_main[[1]]*43560 #Separates TAZ data from main data Bin$i_TAZ=Bin$i_main[[2]] #Separates TAZ data from main data and converts acres to square feet Bin$i_TAZvacant=Bin$i_main[[3]]*43560 #Sums each parcel acreage data of the bin Bin$iAcres_sum=sum(Bin$i_Acres) #Creates data frame of cumla...