gravatar

leannegao

Leanne

Recently Published

World GDP Analysis
World GDP analysis with visualization using ggplot2
SF Airlines On-Time Performance Analysis
Suppose the task is to find the original website for the Airline On-Time Performance Data and create a dataset focusing the airports in the Bay Area.
Time Series and Scatter Plots of weather data
Examples using ggplot2. The “McLeish” package contains weather data collected every ten minutes in 2015 from two weather stations in Whately, MA. Using ggpplot2, create a data graphic that displays the average temperature over each 10-minute interval as a function of time. Using data from the “NASA weather” package, create a scatterplot between wind and pressure, with the color being used to distinguish the type of storm; use the geom_path() function to plot the path of each tropical storm in the storms data table. Use color to distinguish the storms from one another, and use facetting to plot each year in its own panel.