ggplot_gtable | R Documentation |
This function builds all grobs necessary for displaying the plot, and
stores them in a special data structure called a gtable
.
This object is amenable to programmatic manipulation, should you want
to (e.g.) make the legend box 2 cm wide, or combine multiple plots into
a single display, preserving aspect ratios across the plots.
ggplot_gtable(data)
ggplotGrob(x)
data |
plot data generated by |
x |
ggplot2 object |
a gtable
object
print.ggplot
and link{benchplot}
for
for functions that contain the complete set of steps for generating
a ggplot2 plot.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.