Unlimited learning, half price | 50% off

Last chance! 50% off unlimited learning

Sale ends in


zoocat (version 0.2.0.1)

gmon_trans: Tools for plottin zoocat objects with ggplot2

Description

Tools for plottin zoocat objects with ggplot2

Usage

gmon_trans(n = 5)

scale_x_gmon(..., n = 5)

scale_y_gmon(..., n = 5)

Arguments

n

approximate number of axis ticks.

...

arguments for ggplot2::scale_x_continuous.

Examples

Run this code
# 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