Skip to contents

All functions

add_logo()
Add a logo to a plot
add_md()
Add ability to render text as markdown within theme
br_pal()
A personal color palette to use with ggplot
col_dummy()
Makes simple dummy-coded variable and turns it into a column for making charts taken from junebug package by yjunechoe
dark_geom_defaults()
Change geom defaults from black to custom lights for the Dark theme
dark_pal
Custom dark EMW palette
dark_palette()
Custom dark EMW palette function
.pkg_fonts()
Fonts included in the emwthemes package
emwColsPalettes
Complete list of available palettes.
emw_geom_defaults()
Update matching font defaults for text geoms
emw_pal()
A personal color palette to use with ggplot
emwcols()
Generates the color palettes
font_setup()
Register members of a font family as their own families
ft_pal()
A personal color palette to use with ggplot
get_emw_image()
Find commonly used images from runza/
gridlines_off() gridlines_major_off() gridlines_minor_off()
Easily disable ggplot2 gridlines
gridlines_major()
Easily adjust ggplot2 major gridlines
gridlines_minor()
Easily adjust ggplot2 minor gridlines
legend_none() legend_top() legend_bottom() legend_left() legend_right()
Easily position the ggplot legend
link_to_img()
Create an HTML image tag with a specified width taken from Thomas Mock blog post for use with ggimage()
load_pkg_fonts()
Load package fonts
scale_colour_br() scale_color_br() scale_fill_br()
Discrete color & fill scales based on the br palette
scale_color_emw_c()
Plotting with personal palettes for color ggplot2 - inspired by emwCols()
scale_color_emw_d()
Plotting with personal palettes for color ggplot2 - inspired by emwCols()
scale_color_emw_div()
Plotting with personal palettes for color ggplot2
scale_colour_emw() scale_color_emw() scale_fill_emw()
Discrete color & fill scales based on the emw palette
scale_fill_emw_c()
Plotting with emwCols palettes for color ggplot2
scale_fill_emw_d()
Plotting with emwCols palettes for color ggplot2
scale_fill_emw_div()
Plotting with emwCols palettes for fill color ggplot2
scale_colour_ft() scale_color_ft() scale_fill_ft()
Discrete color & fill scales based on the FT palette
theme_em()
A ggplot2 theme for personal use
theme_em_dark()
A ggplot2 theme for dark personal use
theme_emw()
A basic ggplot2 theme for personal use
theme_emw_dark()
A dark ggplot2 theme for personal use
theme_unl()
A ggplot2 theme for dark personal use
theme_unl_dark()
A ggplot2 theme for dark personal use
update_geom_fonts_emw()
Update matching font defaults for text geoms
view_all_palettes()
Prints all available color palettes. Code is based on PrettyColumns