Skip to contents

Calculate flow between locations according to population and distance between spatial structures

Usage

flow_data(geo_data)

Arguments

geo_data

sf object containing at least latitude, longitude, population and geometry for each spatial structure

Value

Dataframe with normalized flow probabilities between locations

Examples

if (FALSE) {
flow_data(geo_data)
}