Skip to contents

Sigverse Theme for Signature Plots

Usage

theme_sigverse(
  fontsize_x = NULL,
  fontsize_y = NULL,
  fontsize_title = NULL,
  hjust_title = 0.5,
  fontsize_axis_title_y = NULL,
  ...
)

Arguments

fontsize_x

fontsize of x axis text (number)

fontsize_y

fontsize of y axis text (number)

fontsize_title

fontsize of title (number)

hjust_title

title horizontal justification (number)

fontsize_axis_title_y

fontsize of the y axis title (number)

...

Arguments passed on to ggplot2::theme_bw

base_size

base font size, given in pts.

base_family

base font family

base_line_size

base size for line elements

base_rect_size

base size for rect elements

Value

ggplot2 theme