Skip to contents

This standardises the theme for any ggplot plot produced. If you do use it, like all ggplots it can be extended using the "+" to add whatever else is necessary

Usage

theme_Publication(base_size = 14, base_family = "Helvetica")

Arguments

base_size

the base size

base_family

the base family

See also

Other Data Presentation helpers: EndoBasicGraph(), scale_colour_Publication(), scale_fill_Publication()

Examples

# None needed