powered by
These functions provide summarised information about built ggplot objects.
summarise_layout(p)summarise_coord(p)summarise_layers(p)
summarise_coord(p)
summarise_layers(p)
A ggplot_built object.
# NOT RUN { p <- ggplot(mpg, aes(displ, hwy)) + geom_point() + facet_wrap(~class) b <- ggplot_build(p) summarise_layout(b) summarise_coord(b) summarise_layers(b) # }
Run the code above in your browser using DataLab