{
data(net)
data(pc_profile)
pc_week <- temp_fact(net$ldv+net$hdv, pc_profile)
df <- netspeed(pc_week, net$ps, net$ffs, net$capacity, net$lkm, alpha = 1)
ef <- ef_wear(wear = "tyre", type = "PC", pol = "PM10", speed = df)
ef_wear(wear = "tyre",
type = c("E6DV"),
pol = "PM10",
verbose = TRUE)
ef_wear(wear = "tyre",
type = c("E6DV"),
pol = "PM10",
verbose = FALSE)
}
Run the code above in your browser using DataLab