guides_basic {ggplot} | R Documentation |
Generate default guides (legends, axes, and labels).
guides_basic(plot, scales=scales_default(plot))
plot |
plot object |
scales |
plot scales |
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>