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 ejercicio forma parte del curso
R For SAS Users
Ejercicio interactivo práctico
Prueba este ejercicio y completa el código de muestra.
# Make ggpairs plot of age, wholeWeight, shellWeight
___ %>%
___ %>%
___