powered by
age_hdv returns amount of vehicles at each age
age_hdv
age_hdv(x, name = "age", a = 0.2, b = 17, agemin = 1, agemax = 50, k = 1, bystreet = F, net, message = TRUE)
Numeric; numerical vector of vehicles with length equal to lines features of raod network
Character; of vehicle assigned to columns of dataframe
Numeric; parameter of survival equation
Integer; age of newest vehicles for that category
Integer; age of oldest vehicles for that category
Integer; multiplication factor. If its length is > 1, it must match the length of x
Logical; when TRUE it is expecting that 'a' and 'b' are numeric vectors with length equal to x
SpatialLinesDataFrame or Spatial Feature of "LINESTRING"
Logical; message with average age and total numer of vehicles
dataframe of age distrubution of vehicles at each street
# NOT RUN { { data(net) LT_B5 <- age_hdv(x = net$hdv,name = "LT_B5") plot(LT_B5) LT_B5 <- age_hdv(x = net$hdv, name = "LT_B5", net = net) plot(LT_B5) } # }
Run the code above in your browser using DataLab