Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Introduction to R for Environmental Data Analysis
Rating: 4.6 out of 5(74 ratings)
3,342 students

Introduction to R for Environmental Data Analysis

Learn to visualize average annual temperature data through graphs created by ggplot2 in R!
Created bySarah Gao
Last updated 6/2023
English

What you'll learn

  • Program with R
  • Learn to use ggplot2
  • Visualize climate data
  • Raise awareness about rising temperatures
  • Use linear interpolation

Course content

9 sections9 lectures30m total length
  • Introduction1:38

Requirements

  • No programming experience needed.
  • You will need a computer or laptop.

Description

Interested in climate change, programming, or data visualization? Then, this course is for you!

In this course, you will learn how to graph climate data using the R programming language in Google Colab! Specifically, we'll be looking at how the average annual air temperature changes as the years go by (the x-axis will be the year, and the y-axis will be the average annual temperature). We'll use San Diego climate data from the National Centers for the Environmental Information (NCEI) Global Summary of the Year weather database, but you're welcome to use data from any city. To approximate missing values in the dataset, we'll use linear interpolation and install the necessary packages such as tidyverse, ggplot2, readr, and imputeTS. We'll make basic graphs with ggplot2, including features such as the axes, data points, and lines. Then, we'll make more aesthetic and visual graphs by adding layers, or geoms, with different features such as a title, axes labels, gradient color scale, locally estimated scatterplot smoother, and more! Next, we'll make the graphs with the Fahrenheit system instead of Celsius using a math equation to convert the temperature values. Finally, you'll be provided with some additional resources regarding climate change. No programming experience is needed.

Who this course is for:

  • Programmers curious about the intersection of environmental science, coding, and data science/visualization.