Skip to contents

Create 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_data covers full months (default TRUE). This affects calculation of average network measures.

time_unit

Character string indicating the time unit of analyses. One of "month", "quarter", or "year".

Value

An html report is created with network analyses.