Read each part of the assignment carefully, and use the check boxes to ensure you’ve addressed all elements of the assignment!
Part I: Choosing the right graphic form
Learning Outcomes
- identify which types of visualizations are most appropriate for your data and your audience
- prepare (e.g. clean, explore, wrangle) data so that it’s appropriately formatted for building data visualizations
- build effective, responsible, accessible, and aesthetically-pleasing, visualizations using the R programming language, and specifically
{ggplot2}
+ ggplot2 extension packages
Description
In class, we discussed strategies and considerations for choosing the right graphic form to represent your data and convey your intended message. Here, you’ll apply what we’ve learned to a data set on lobster abundance and sizes, collected from coastal rocky reef sites within the Santa Barbara Coastal LTER.
1a. Background reading & importing data
Unfold the following note to read more about the data before continuing on (collapsed to save space):
1b. Data wrangling
Your goal is to create a visualization that explores how lobster size differs across each of the five coastal rocky reef SBC LTER sites for the years 2012 (when IVEE and NAPL were established as MPAs) and 2022 (10 years later).
This will first require some data exploration and wrangling. Some tips (unfold below):
1c. Answer questions
1d. Create data viz
Now that you’ve explored and starting wrangling your data, it’s time to create some plots. It’s often important to try out multiple graphic forms (e.g. geom_*()
s) as you decide which is the most effective way of presenting your data. This process is commonly referred to as Exploratory Data Analysis or Exploratory Data Visualization. Some tips (unfold below):
1e. Answer (a few more) questions
Rubric (specifications)
You must complete the following, as detailed below, to receive a “Satisfactory” mark for Assignment #2, Part I:
eds240-hw2-username/Part1.qmd
):
Everyone receives one “free pass” for not submitting assignments via specified channels, after which you will receive a “Not Yet” mark.
Choosing an incorrect graphic form to present these data will result in a “Not Yet” score. However, there are numerous graphic forms that are appropriate! Your final plot should clearly display the variables of interest, and you should be able to justify your choice in your written responses.
Part II: Data wrangling & exploratory data viz using your chosen data
Learning Outcomes
Note: This part of HW #2 is a continuation of HW #1, Part II and is the next step in working towards your final course assignment. Your final assignment is meant to combine nearly all of the course learning outcomes(!):
- identify which types of visualizations are most appropriate for your data and your audience
- prepare (e.g. clean, explore, wrangle) data so that it’s appropriately formatted for building data visualizations
- build effective, responsible, accessible, and aesthetically-pleasing visualizations using the R programming language, and specifically
{ggplot2}
+ ggplot2 extension packages - write code from scratch and read and adapt code written by others
- apply a DEI (Diversity, Equity & Inclusion) lens to the process of designing data visualizations
Description
2a. Review HW #4 instructions
Please begin by re-reading HW #4 in full as a reminder of the options, goals, and requirements for your final class assignment.
2b. Import & wrangle data, then create exploratory data viz
This week, you’ll focus on importing and wrangling your data (found as part of HW #1, Part II), followed by the exploratory data visualization phase. Complete the following:
2c. Answer questions
After completing the above steps, answer the following questions:
Rubric (specifications)
You must complete the following, as detailed below, to receive a “Satisfactory” mark for Assignment #2, Part II:
lastName-eds240-HW4
repo, not in GitHub Classroom:
See details below.
---
: "your HW #2 title"
title: "your Name"
author: xxxx-xx-xx
date:
format:
html-resources: true
embed---