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.
Format
ch_flows
A data frame with 676 rows and 3 columns:
- origin
A
charactervector representing the origin location identifier (must match theidin thech_locationsdataset).- dest
A
charactervector representing the destination location identifier (must match theidin thech_locationsdataset).- count
An
integervector representing the flow count between the origin and destination locations.