ggplot.zoocat: Tools for plottin 'zoocat' objects with ggplot2

Description Usage Arguments Examples

Description

Tools for plottin zoocat objects with ggplot2

Usage

1
2
3
4
5
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

1
2
3
4
5
6
library(ggplot2)
df <- data.frame(month = gmon(-5:5), value = 1:11)
ggplot(df, aes(month, value)) + 
    geom_line() + geom_point() +
    scale_x_gmon()
    

ran-ran/zoocat documentation built on May 26, 2019, 10:56 p.m.