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 exercício faz parte do curso
Analyzing Survey Data in R
Exercício interativo prático
Experimente este exercício completando este código de exemplo.
# Create dataset with only 20 year olds
NHANES20 <- ___(___,
___ == 20)