Consider the code below: ggplot(mtcars, aes(x = wt,…

Questions

Cоnsider the cоde belоw: ggplot(mtcаrs, аes(x = wt, y = mpg, color = fаctor(cyl))) + geom_point() What does the color = factor(cyl) argument do?