fix_margins: Easy way to adjust plot margins

Description Usage Arguments Value Examples

View source: R/beautify.R

Description

Easy way to adjust plot margins

Usage

1
fix_margins(margin_values = c(2, 2, 1, 1), units = "cm")

Arguments

margin_values

the values to adjust the margin by, the default seems to work nicely for me...

units

the units of the margin adjustment

Value

a theme with the desired margin adjustments

Examples

1
plt + fix_margins()

kamalakaze/ggeasy documentation built on May 14, 2019, 3:07 a.m.