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.
Diese Übung ist Teil des Kurses
Analyzing Survey Data in R
Interaktive Übung
Vervollständige den Beispielcode, um diese Übung erfolgreich abzuschließen.
# Create dataset with only 20 year olds
NHANES20 <- ___(___,
___ == 20)