Sum of OD flows.
1 2 3 4 5 | od_sum_in(x, value, name = paste(value, "in", sep = "_"))
od_sum_out(x, value, name = paste(value, "out", sep = "_"))
od_sum_stay(x, value, name = paste(value, "stay", sep = "_"))
|
x |
|
value |
names of the variable in x$E that contain the values to be summed |
name |
name of the newly created variable of sums in x$U |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.