Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/schoettl/exdata_plotting2
- Owner: schoettl
- Created: 2015-02-18T22:25:11.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-19T10:42:00.000Z (almost 10 years ago)
- Last Synced: 2024-10-16T00:36:01.159Z (3 months ago)
- Language: R
- Size: 121 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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")