Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/darribas/comflowviz
Commuting flows visually. Code from the paper.
https://github.com/darribas/comflowviz
Last synced: 4 days ago
JSON representation
Commuting flows visually. Code from the paper.
- Host: GitHub
- URL: https://github.com/darribas/comflowviz
- Owner: darribas
- Created: 2011-11-09T00:09:58.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2011-11-09T00:12:44.000Z (about 13 years ago)
- Last Synced: 2025-01-19T03:42:06.029Z (7 days ago)
- Language: R
- Homepage:
- Size: 1.22 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
########################################
# comFlowViz: commuting flows visually #
########################################This mini package offers the code used to produce the graphics in Arribas-Bel &
Gerritse (Forthcoming). In order to exemplify its use, the package contains
the NYC data used in the paper, all obtained from the Census Bureau.If you use any snippet of the code released as part of this package, please cite
the reference below.Authors
=======
Dani Arribas-BelReference
=========
Arribas-Bel, D., Gerritse, M. (Forthcoming)
"Monocentricity? Commuting flows visually". Featured Graphic, Environment and
Planning A.Dependencies
============
To use this package, you will need the following R packages, all of them
available from CRAN repositories:
* shape
* plotrix
* vegan
* maptools
* RColorBrewerUsage
=====
If you want to obtain a figure containing both the map and graph for NYC run
in the command line:> cd /path/to/the/folder/where/installed/
> Rscript create_nyc.ror from the R command line, you have to set the folder as working directory
and then:
> source('create_nyc.r')