CommencerCommencer gratuitement

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.

Cet exercice fait partie du cours

R For SAS Users

Afficher le cours

Exercice interactif pratique

Essayez cet exercice en complétant cet exemple de code.

# Make ggpairs plot of age, wholeWeight, shellWeight
___ %>% 
  ___ %>%
  ___
Modifier et exécuter le code