Package index
-
extract_glue_expr() - Extract all expressions to be evaluated by
glue()
-
gglist() - Generate a list of ggplots from a list of data.frames
-
ggsave() - Save a plot or list of plots
-
ggtibble() - Make a tibble where one column is the data to plot, one is the gglist, and one is the caption
-
`%+%` - Use the
%+%operator fromggplot2forggtibbleandgglistobjects
-
knit_print(<gg>) - Print a ggplot (usually within knit_print.gglist)
-
knit_print(<gglist>)knit_print(<ggtibble>) - Print a list of plots made by gglist
-
labs_glue() - Generate ggplot2 labels based on data in a ggtibble
-
new_gglist() - Create a new
gglistobject
-
new_ggtibble() - Create a new
ggtibbleobject