lemon | R Documentation |
Collection of misc. functions for changing subtle aspects of ggplots. Works mostly on gtables produced prior to printing.
See coord_capped_cart
and coord_flex_cart
.
The latter is a shorthand version of the former.
It automatically uses capped_horizontal
and
capped_vertical
, but both accepts these as well as
brackets_horizontal
and brackets_vertical
.
g_legend
grid_arrange_shared_legend
reposition_legend
facet_rep_grid
and facet_rep_wrap
are extensions
to the wellknown facet_grid
and
facet_wrap
where axis lines and labels are drawn on
all panels.
We automatically load knitr's knit_print
for
data frames and dplyr tables to provide automatic pretty printing of
data frame using kable
.
See lemon_print
or vignette('lemon_print', 'lemon')
.
Relative paths safe from hanging directory: .dot
.
Stefan McKinnon Edwards <sme@iysik.com>
Contributions from Baptiste AuguiƩ on
g_legend
and grid_arrange_shared_legend
.
Contributions from Shaun Jackman on
grid_arrange_shared_legend
.
https://github.com/stefanedwards/lemon
Useful links:
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.