Exploratory Data Analysis
This is the repository for the project 1 of Coursera Course "Exploratory Data Analysis".
Please follow the instructions below to test the R scripts:
- Download the scripts (load_data.R, plot1.R, plot2.R, plot3.R, plot4.R) to a local directory (e.g. ExData_Plotting1).
- Set working directory to that directory.
- Go to that directory and run the scripts, for example:
- R CMD BATCH plot1.R
- R CMD BATCH plot2.R
- R CMD BATCH plot3.R
- R CMD BATCH plot4.R
The original forked README.md file can be found here.