guides_basic {ggplot2} | R Documentation |
Generate default guides (axes, and labels).
guides_basic(plot, scales, coordinates)
plot |
plot object |
scales |
plot scales |
coordinates |
The default guides built for a plot are:
\ggopt
) to change)
\ggopt
) to change default
colours etc)
To decouple plot construction from the objects that are placed within it,
each of the grobs produced by this function uses a \vpPath
.
background list of grobs to appear in background |
|
grid grobs that form background grob |
|
axes_v vertical axes |
|
axes_h horizontal axes |
|
labels row and column labels |
Hadley Wickham <h.wickham@gmail.com>