Skip to content

Commit

Permalink
Add a hint to install necessary R modules
Browse files Browse the repository at this point in the history
  • Loading branch information
cawka committed Apr 18, 2013
1 parent cabc23c commit 47c16d4
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,13 @@ To rebuild the graph without rerunning the simulation:

User ``./run.py -h`` for other options.

**Note that provided scripts rely on R (http://www.r-project.org/) with ggplot2 module to be installed.**
**Note that provided scripts rely on R (http://www.r-project.org/) with proto, ggplot2, and doBy modules to be installed.** For example, after you install R, run the following to install necessary modules:

sudo R
install.packages ('proto')
install.packages ('ggplot2')
install.packages ('doBy')


## Data propagation speed vs distance between cars (Figure 4)

Expand Down

0 comments on commit 47c16d4

Please sign in to comment.