Question

In R, which function from the ggplot2 package would be best suited for creating a scatter plot with different colors representing different categories?

A geom_bar()
B geom_line()
C geom_point()
D geom_histogram()
E facet_wrap()
Practice Next

Hey! Ask a query