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.
Este exercício faz parte do curso
R For SAS Users
Exercício interativo prático
Experimente este exercício completando este código de exemplo.
# Make ggpairs plot of age, wholeWeight, shellWeight
___ %>%
___ %>%
___