KevinDyke / Coursera-Exploratory-Data-Analysis-Project-2

Project 2 for the Coursera Exploratory Data Analysis Course

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Coursera-Exploratory-Data-Analysis-Project-2

This repository contains the R scripts and graphics for the second project of the Coursera Exploratory Data Analysis course.

  1. Each script produces a graphics to answer a questions. The questions are:
  2. Have total emissions from PM2.5 decreased in the United States from 1999 to 2008? Using the base plotting system, make a plot showing the total PM2.5 emission from all sources for each of the years 1999, 2002, 2005, and 2008.
  3. Have total emissions from PM2.5 decreased in the Baltimore City, Maryland (fips == "24510") from 1999 to 2008? Use the base plotting system to make a plot answering this question.
  4. Of the four types of sources indicated by the type (point, nonpoint, onroad, nonroad) variable, which of these four sources have seen decreases in emissions from 1999–2008 for Baltimore City? Which have seen increases in emissions from 1999–2008? Use the ggplot2 plotting system to make a plot answer this question.
  5. Across the United States, how have emissions from coal combustion-related sources changed from 1999–2008?
  6. How have emissions from motor vehicle sources changed from 1999–2008 in Baltimore City?
  7. Compare emissions from motor vehicle sources in Baltimore City with emissions from motor vehicle sources in Los Angeles County, California (fips == "06037"). Which city has seen greater changes over time in motor vehicle emissions?

About

Project 2 for the Coursera Exploratory Data Analysis Course


Languages

Language:R 100.0%