theme_liu: Title This is the theme for ggplot2 using Linkoping...

Description Usage Arguments Value Examples

Description

Title This is the theme for ggplot2 using Linkoping University colors

Usage

1
theme_liu(base_size = 11, base_family = "")

Arguments

base_size

base parameters

base_family

base parameters

Value

None

Examples

1
2
3
ggplot2::ggplot(mtcars, ggplot2::aes(wt, mpg, color = cyl)) +
ggplot2::geom_point() + ggplot2::geom_smooth(method = "lm", formula = y~x) +
ggplot2::labs(title = "Regression of MPG on Weight", x = "Weight", y = "Miles per Gallon")

anubhav-dikshit/rLab4 documentation built on May 9, 2019, 4:04 a.m.