Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/schoettl/exdata_plotting2

Plotting Assignment 2 for Exploratory Data Analysis (Coursera)
https://github.com/schoettl/exdata_plotting2

Last synced: about 2 months ago
JSON representation

Plotting Assignment 2 for Exploratory Data Analysis (Coursera)

Awesome Lists containing this project

README

        

# Course Project 2

in Exploratory Data Analysis at [Coursera](https://coursera.org/)

Data comes from the [EPA National Emissions Inventory web site](http://www.epa.gov/ttn/chief/eiinformation.html). Download ZIP file [here](https://d396qusza40orc.cloudfront.net/exdata%2Fdata%2FNEI_data.zip) (two files: `summarySCC_PM25.rds` and `Source_Classification_Code.rds`).

You can load the files like this:

codes = readRDS("Source_Classification_Code.rds")
data = readRDS("summarySCC_PM25.rds")