flow_dests {stplanr}R Documentation

data frame of invented commuter flows with destinations in a different layer than the origins

Description

data frame of invented commuter flows with destinations in a different layer than the origins

Usage

data(flow_dests)

Format

A data frame with 49 rows and 15 columns

See Also

Other example data: destination_zones, flowlines, flow, route_network, routes_fast, routes_slow

Examples

## Not run: 
# This is how the dataset was constructed
flow_dests <- flow
flow_dests$Area.of.workplace <- sample(x = destinations$WZ11CD, size = nrow(flow))
flow_dests <- dplyr::rename(flow_dests, WZ11CD = Area.of.workplace)
devtools::use_data(flow_dests)

## End(Not run)


[Package stplanr version 0.8.7 Index]