Bubble plots
Let's explore the relationship between Height
and Weight
of Americans. We will focus on 20 year olds to minimize the effects of overplotting. We want to compare the look of the standard scatter plot to a bubble plot.
Este ejercicio forma parte del curso
Analyzing Survey Data in R
Ejercicio interactivo práctico
Prueba este ejercicio completando el código de muestra.
# Create dataset with only 20 year olds
NHANES20 <- ___(___,
___ == 20)