Appex 02
STA 112 - Fall 2023
Open the Welcome Penguins folder from Day 1 in RStudio Pro (can’t find it? Copy the files again by following these instructions)
Create a new R chunk (don’t remember how to do this? Make sure you are using the visual editor then click Insert > Code Chunk > R). Using the code in the chunk labeled
plot
as a template, create a plot that examines the relationship betweenx
= Flipper Length andy
= Bill Depth.Update the plot from part 2 to have a different shape depending on the Island the penguin is from.
Change the size of all of the points to 3.
Be sure to update all labels to describe what you have created.
BONUS: Is there any missing data? What is the plot doing with the missing values? See if you can get rid of the warning message.
- Download the .html file and upload on canvas under [Upload Application Exercise 02]