Q. How do you create a time series plot in R for a numeric variable values with corresponding time points time?
β
Correct Answer: (C)
geom_line(mapping = aes(x = time, y = values))