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

Description Usage Arguments Examples

View source: R/base_theme.R

Description

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

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
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

Examples

1
2
3
4
5
## Not run: 
ggplot() + base_theme_obs()
made for viewing in the plot window and copying out

## End(Not run)

PKPDmisc documentation built on April 14, 2020, 5:49 p.m.