#Exploratory Data Analysis Week 1 Assignment
Here we have created 4 R files to generate 4 different plots using data on electric power consumption from the "Individual household electric power consumption Data Set". Information on the data used, steps and plots can be found under CodeBook.md
- Download the plot R file required to your working directory
- Load the file into R. E.g.
source(“./plot1.R”) - Run the plot script. E.g.
plot1()- Note: this may take some time on first run as it will download the source data to the
./datadirectory within your working directory.
- Note: this may take some time on first run as it will download the source data to the
- Access the generated file in your working directory. E.g. ./plot1.png