Push the knit button!
library(tidyverse) # contains ggplot2, dplyr, tidyr, etc
library(palmerpenguins)
library(plotly)
library(GGally)
Make a scatterplot of flipper length by body_mass_g coloured by the three species of penguins. Add a tooltip that labels the points by variable values and the species.
# add your code here!
Make a histogram of flipper_length_mm facetted by species and sex`, paying attention to remove the missing values. Add a tooltip that contains the count, flipper length of minimum of the bin.
# add your code here!
Make a scatterplot matrix of four variables for the Gentoo penguins, coloured by sex. Pay attention to removing missing values.
# add your code here!
In preparation for lesson 3:
Sign up for an account on https://www.shinyapps.io
Authenticate your account
Install the library rsconnect (this is the part that may require admin access to your machine)