Remove mobility data that mobility model was trained on

nomad_remove_model_data(
  model,
  M = FALSE,
  D = FALSE,
  N_orig = FALSE,
  N_dest = FALSE,
  save_model_checks = FALSE,
  ...
)

Arguments

model

nomad_model() model

M

Mobility Data. Default = FALSE (i.e. do not remove)

D

Distance Data. Default = FALSE

N_orig

Population Origin Data. Default = FALSE

N_dest

Population Destination Data. Default = FALSE

save_model_checks

Logical to save model check results. Default = FALSE

...

further arguments passed to png() for saving model check plot

Details

Specify TRUE to remove a data type.