Try executing this chunk by clicking the Run button within the chunk or by placing your cursor inside it and pressing Ctrl+Shift+Enter.
plot(cars)
library(ggplot2)
ggplot(cars, aes(x = speed, y = dist )) +
geom_point()
Try executing this chunk by clicking the Run button within the chunk or by placing your cursor inside it and pressing Ctrl+Shift+Enter.
plot(cars)
library(ggplot2)
ggplot(cars, aes(x = speed, y = dist )) +
geom_point()