theme_fhi_lines_horizontal: theme_fhi_lines_horizontal

View source: R/themes.R

theme_fhi_lines_horizontalR Documentation

theme_fhi_lines_horizontal

Description

theme_fhi_lines_horizontal

Usage

theme_fhi_lines_horizontal(
  base_size = 12,
  base_family = "",
  base_line_size = base_size/22,
  base_rect_size = base_size/22,
  legend_position = "right",
  panel_on_top = TRUE,
  panel.grid.major.x = element_blank(),
  panel.grid.minor.x = element_blank(),
  panel.grid.major.y = element_line(colour = "black", size = rel(0.1)),
  panel.grid.minor.y = element_line(colour = "black", size = rel(0.05))
)

Arguments

base_size

a

base_family

a

base_line_size

a

base_rect_size

a

legend_position

a

panel_on_top

a

panel.grid.major.x

Set to element_blank() to remove

panel.grid.minor.x

Set to element_blank() to remove

panel.grid.major.y

Set to element_blank() to remove

panel.grid.minor.y

Set to element_blank() to remove


folkehelseinstituttet/fhiplot documentation built on March 25, 2022, 7:59 a.m.