narrowAndTall: A ggplot theme modification for graphs that need to be...

Description Usage Examples

View source: R/ggplotUtils.R

Description

A ggplot theme modification for graphs that need to be narrower and taller than defaults

Usage

1

Examples

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

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