powered by
zoocat
Tools for plottin zoocat objects with ggplot2
gmon_trans(n = 5)scale_x_gmon(..., n = 5)scale_y_gmon(..., n = 5)
scale_x_gmon(..., n = 5)
scale_y_gmon(..., n = 5)
approximate number of axis ticks.
arguments for ggplot2::scale_x_continuous.
ggplot2::scale_x_continuous
# 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