Git Product home page Git Product logo

exdata_plotting1's Introduction

Introduction

This is clarkne's solution to Project 2 of Exploratory Analysis on Coursera.

Question and Answer

  1. 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.

    • plot1
    • Yes, the total emissions from PM2.5 decreased.
  2. 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.

    • plot2
    • It first decreased from 1999 to 2002, then increased from 2002 to 2005, then decreased again from 2005 to 2008.
  3. 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.

    • plot3
    • Except the "POINT" type, all the other three types had decreased in these years. The "POINT" type (in purple color) in Baltimore increased first, and then decreased. The data in 2008 for "POINT" type in Baltimore is still higher than that of 1999.
  4. Across the United States, how have emissions from coal combustion-related sources changed from 1999–2008?

    • plot4
    • Generally it has a decreasing trend over the years.
  5. How have emissions from motor vehicle sources changed from 1999–2008 in Baltimore City?

    • plot5
    • It has a drastic decrease, then a moderate decrease.
  6. 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?

    • plot6
    • In terms of magnitute of change, Los Angeles has seen greater changes over time.

exdata_plotting1's People

Contributors

rdpeng avatar cniedotus avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.