A data analyst creates a plot using the following code chunk: ggplot(data = penguins) + geom_point(mapping = aes(x = flipper_length_mm, y = body_mass_g)) Which of the following represents a variable in the code chunk? Select all that apply. 1 point x y body_mass_g flipper_length_mm