Simulate spatial interactions
spflow_sim(
exogenous_variables,
model_coefficients,
inverted_filter,
noise_sd,
verbose = FALSE
)A matrix of exogenous variables
A numeric vector of coefficients
A matrix that represents an inverted spatial filter matrix
(see spatial_filter())
A numeric which indicates the desired standard deviation of the simulated noise
A logical whether signal to noise ration should be printed
A vector of simulated flows
Other spflow simulation functions:
expand_flow_neighborhood(),
spatial_filter()