Skip to content

Latest commit

 

History

10 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Climate, Emissions, and Space-Data Visualization

This was mainly a data-visualization exercise in R. I worked with three public time-series datasets and tried to make the comparisons readable without turning descriptive charts into causal claims.

Questions

  • How did annual CO2 emissions change in the United States, India, and Pakistan after 1920?
  • How did global emissions and temperature anomalies move over the same period?
  • How did annual space-launch counts change by country after 2010?

The space-launch analysis is a separate question. I am not using it as an explanation for climate change.

What I practiced

  • Filtering and reshaping time-series data with dplyr
  • Parsing dates with lubridate
  • Building the same idea in base R and ggplot2
  • Controlling labels, units, notation, and colors
  • Aggregating country-level observations

The input files are in activity03/. Check their embedded metadata and original providers before reusing them for research.

Running it

install.packages(c("dplyr", "ggplot2", "lubridate"))

The script uses Posit Cloud paths. Replace /cloud/project/activity03/... with repository-relative paths.

These figures are descriptive. Similar movement in two series is not enough to establish causality.

About

R visualization practice with emissions, temperature, and space-launch time series.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages