addline_format: Plot multi-line axis labels

Description Usage Examples

View source: R/addline_format.R

Description

addline_format Multi-line axis labels

Usage

1

Examples

1
2
3
4
# 
ggplot(counts, aes(x=norm, y=value, fill=type)) +
geom_col() +
scale_x_discrete(labels=addline_format(c("FirstLine SecondLine", "Two-line Label")))

jamesmartherus/martherus documentation built on April 12, 2020, 7:01 p.m.