| ch_flows | R Documentation |
A dataset containing flow data between various locations in Switzerland. This data represents the flow counts between origin and destination locations, identified by their unique codes.
ch_flows
ch_flowsA data frame with 676 rows and 3 columns:
A character vector representing the origin location identifier (must match the id in the ch_locations dataset).
A character vector representing the destination location identifier (must match the id in the ch_locations dataset).
An integer vector representing the flow count between the origin and destination locations.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.