"summary"(object, ...)
Displays a useful description of a ggplot object
p <- ggplot(mtcars, aes(mpg, wt)) + geom_point() summary(p)data: mpg, cyl, disp, hp, drat, wt, qsec, vs, am, gear, carb [32x11] mapping: x = mpg, y = wt faceting: facet_null() ----------------------------------- geom_point: na.rm = FALSE stat_identity: position_identity