saveQuarterPageFigure: A standard max 6x2 plot size for a quarter page

Description Usage Arguments Examples

View source: R/ggplotUtils.R

Description

A standard max 6x2 plot size for a quarter page

Usage

1

Arguments

plot

a GGplot object or none

filename

base of target filename (excuding extension).

...

passed to saveFigure()

Examples

1
2
3
4
5
setwd(tempdir())
library(ggplot2)
library(standardPrintOutput)
ggplot(mtcars, aes(mpg, wt, colour=as.factor(cyl))) + geom_point()
saveQuarterPageFigure(filename="the_filename")

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