If instead of points we want to add text, we can use the geom_text() or geom_label() geometries. The following code
will give us the error message: Error: geom_label requires the following missing aesthetics: label
Why is this?
A. We need to map a character to each point through the label argument in aes.
B. We need to let geom_label know what character to use in the plot.
C. The geom_label geometry does not require x-axis and y-axis values.
D. geom_label is not a ggplot2 command.
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here