Get startedGet started for free

Scatterplots

Now that you've explored the correlations between abalone age and weight measurements, let's visualize what some of the bivariate associations look like using scatterplots.

The abaloneKeep dataset, dplyr, ggplot2 and GGally packages are all loaded for you.

This exercise is part of the course

R For SAS Users

View Course

Hands-on interactive exercise

Have a go at this exercise by completing this sample code.

# Make ggpairs plot of age, wholeWeight, shellWeight
___ %>% 
  ___ %>%
  ___
Edit and Run Code