
Last chance! 50% off unlimited learning
Sale ends in
# NOT RUN {
library(ggplot2)
df <- data.frame(month = gmon(-5:5), value = 1:11)
ggplot(df, aes(month, value)) +
geom_line() + geom_point() +
scale_x_gmon()
# }
Run the code above in your browser using DataLab