defaultFigureLayout: A ggplot theme with standard print publication defaults with...

Description Usage Examples

View source: R/ggplotUtils.R

Description

A ggplot theme with standard print publication defaults with a focus on 10pt Arial as the default font

Usage

1

Examples

1
2
3
4
library(ggplot2)
library(standardPrintOutput)
theme_set(defaultFigureLayout())
ggplot(mtcars, aes(mpg, wt, colour=as.factor(cyl))) + geom_point()

terminological/standard-print-output documentation built on July 18, 2021, 9:29 a.m.