read_linkstats | R Documentation |
Loads a linkstats tsv file created from the LinkStats class as a dataframe into memory. Counts can be provided in any time bin. Counts can be provided for any qsim mode. The argument network_modes is used to select and filter the columns.
read_linkstats(run_ID, input_path, sample_size = 0.25)
run_ID |
character string, ID to tag columns with DTV |
input_path |
character string, file path to the .csv or .tsv file. Must be comma separated. |
sample_size |
optional, double, sample size of the MATSim scenario to scale DTV values, standard value is 0.25 |
Tibble with link stats for each qsim mode
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.