mobnation: National movements network

Description Usage Arguments Details Examples

Description

Function to analyze the dataset generated by the impcheckdata function and produces a national mobility network with respect to a given country. This network contains movements inside a given country.

Usage

1
mobnation(x, mon_pays)

Arguments

x

the data.frame containing the rawdata and generated by the impcheckdata function.
Required columns: "ORIGINE_NOM", "ORIGINE_PAYS", "ORIGINE_LONGITUDE_X", "ORIGINE_LATITUDE_Y", "DESTINATION_NOM", "DESTINATION_PAYS", "DESTINATION_LONGITUDE_X", "DESTINATION_LATITUDE_Y" and "EFFFECTIF"

mon_pays

the reference country between quotation marks, with the same writting than in x.

Details

Cette fonction analyse le jeu de données généré par la fonction impcheckdata et produit un réseau de mobilité nationale par rapport à un pays donné. Ce réseau contient les mouvements ayant lieu à l'intérieur du pays de référence.

Examples

1
mobnation(rawdata, "TUNISIE")

Pachka/AQCR_SNA_Package documentation built on May 11, 2019, 7:26 p.m.