theme_legacy: Theme Legacy theme grey

theme_legacyR Documentation

Theme Legacy theme grey

Description

Theme resetting the plot title at the center (as it was in the earlier version of ggplot2)

Usage

theme_legacy(base_size = 11, base_family = "",
  base_line_size = base_size/22, base_rect_size = base_size/22)

Arguments

base_size

base font size

base_family

base font family

base_line_size

base size for line elements

base_rect_size

base size for rect elements

Value

An object of class theme().

Examples

ggplot(ggplot2::mpg, aes(cyl, hwy)) + geom_point() + ggtitle('Centered title') + theme_legacy()

barzine/barzinePhdR documentation built on Nov. 23, 2024, 8:54 p.m.