CommencerCommencer gratuitement

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.

Cet exercice fait partie du cours

Analyzing Survey Data in R

Afficher le cours

Exercice interactif pratique

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

# Create dataset with only 20 year olds
NHANES20 <- ___(___,
                ___ == 20)
Modifier et exécuter le code