Learn R Programming

spflow (version 0.1.0)

spatial_filter: Derive the spatial filter of an interaction model

Description

Use the neighborhood matrices of origins and destinations to derive the three neighborhood matrices of the origin-destination flows.

Usage

spatial_filter(weight_matrices, autoreg_parameters)

Arguments

weight_matrices

List of flow neighborhood matrices

autoreg_parameters

A numeric containing values for the auto-regressive parameters

See Also

Other spflow simulation functions: expand_flow_neighborhood(), spflow_sim()