base_theme: A theme with better default values for pharmacometric plots,...

View source: R/base_theme.R

base_themeR Documentation

A theme with better default values for pharmacometric plots, especially conc-time

Description

A theme with better default values for pharmacometric plots, especially conc-time

Usage

base_theme(
  legend_text = 10,
  legend_title = 12,
  axis_title_x = 12,
  axis_title_y = axis_title_x,
  axis_text_x = 10,
  axis_text_y = axis_text_x,
  strip_text_x = 12,
  strip_text_y = strip_text_x
)

Arguments

legend_text

size of legend text

legend_title

legend title

axis_title_x

size of X axis title

axis_title_y

size of Y axis title

axis_text_x

size of X axis text

axis_text_y

size of Y axis text

strip_text_x

size of strip text for X axis

strip_text_y

size of strip text for Y axis


metrumresearchgroup/PKPDmisc documentation built on Oct. 21, 2022, 9:41 a.m.