guide_grid {ggplot2}R Documentation

Draw a grid

Description

Produce a grob to be used as a background in panels

Usage

guide_grid(theme, x.minor, x.major, y.minor, y.major)

Arguments

theme theme to use to draw elements
x.minor minor breaks in x axis
x.major major breaks in x axis
y.minor minor breaks in y axis
y.major major breaks in y axis

Author(s)

Hadley Wickham <h.wickham@gmail.com>


[Package ggplot2 version 0.8.2 Index]