Create a temporal network analysis report from a movement network
create_temporal_network_analysis_report.RdCreate a temporal network analysis report from a movement network
Usage
create_temporal_network_analysis_report(
network,
output_file,
incl_reachability_analysis,
n_threads,
whole_months = TRUE,
time_unit = "month"
)Arguments
- network
networkDynamic object containing a movement network.
- output_file
Output file name and path.
- incl_reachability_analysis
A logical indicating whether to include reachability analysis (slow).
- n_threads
An integer indicating the number of parallel threads to use for reachability analysis.
- whole_months
A logical indicating whether
movement_datacovers full months (defaultTRUE). This affects calculation of average network measures.- time_unit
Character string indicating the time unit of analyses. One of
"month","quarter", or"year".
See also
Other network-related functions:
movedata2igraph(),
movedata2networkDynamic(),
parallel_summarise_temporal_node_properties(),
trace_contact_chains()