项目作者: caesar0301

项目描述 :
Human mobility data (in form of ) analysis and visualization in R.
高级语言: R
项目地址: git://github.com/caesar0301/movr.git
创建时间: 2015-01-07T09:35:04Z
项目社区:https://github.com/caesar0301/movr

开源协议:Other

下载


movr

For human mobility data analysis and visualization in R.

Behavior informatics studies intrinsic laws of human or animals in nature. Insight on individual or group mobility dynamics facilitates developing enhanced simulation and prediction models in application fields like wireless communication networks, animal migration, epidemic prediction and so on. In common scenarios, individual mobility is described by three-element tuples, i.e. , in which location is represented by symbolic character name or geo-coordinates. movr originates from my research on human mobility and provides some general transformation, calculation and visualization tools. May this small library facilitates others job in the area.

Install

See detailed prerequisites and installation in INSTALL.md.

A quick start with devtools::install_github("caesar0301/movr") in R console.

Usage

Visualization

movr provides a suit of useful utilities to analyze human spatio-temporal mobility data.

  • plot_traj3d (voronoi3d)

draw_mobility3d_example

draw_flowmap_example

  • map3d (3d map layer for rgl package)

map3d_example

Some application of movr can be found in the Meta-Structure paper:

  1. @article{CHEN2017464,
  2. author = {Xiaming Chen and Haiyang Wang and Siwei Qiang and Yongkun Wang and Yaohui Jin},
  3. doi = {https://doi.org/10.1016/j.pmcj.2017.02.001},
  4. issn = {1574-1192},
  5. journal = {Pervasive and Mobile Computing},
  6. title = {Discovering and modeling meta-structures in human behavior from city-scale cellular data},
  7. url = {https://www.sciencedirect.com/science/article/pii/S1574119217300743},
  8. volume = {40},
  9. year = {2017}}

Bug Report