Skip to contents

ggplot2 theme

Sets the x axis to be vertical

Usage

theme_cs(
  base_size = 16,
  base_family = "",
  base_line_size = base_size/22,
  base_rect_size = base_size/22,
  legend_position = "right",
  x_axis_vertical = FALSE,
  panel_on_top = TRUE,
  panel.grid.major.x = FALSE,
  panel.grid.minor.x = FALSE,
  panel.grid.major.y = TRUE,
  panel.grid.minor.y = TRUE
)

set_x_axis_vertical()

Arguments

base_size

a

base_family

a

base_line_size

a

base_rect_size

a

legend_position

a

x_axis_vertical

FALSE

panel_on_top

a

panel.grid.major.x

Set to FALSE

panel.grid.minor.x

Set to FALSE

panel.grid.major.y

Set to FALSE

panel.grid.minor.y

Set to FALSE

Value

ggplot2 theme

ggplot2 theme component