theme_certara: A ggplot2 theme for Certara.

View source: R/settings.R

theme_certaraR Documentation

A ggplot2 theme for Certara.

Description

A ggplot2 theme for Certara.

Usage

theme_certara(
  base_size = 11,
  base_family = "",
  base_line_size = base_size/22,
  base_rect_size = base_size/22,
  grid = c("none", "horizontal", "both")
)

Arguments

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

grid

Which grid lines should appear? Horizontal only, both horizontal and vertical, or none (default). continuous_scale().

Details

There are 3 variants of the theme: no grid theme_certara(), full grid theme_certara(grid = "both"), and horizontal grid lines only theme_certara(grid = "horizontal").

Value

An object of class theme().


Certara.VPCResults documentation built on Oct. 11, 2024, 1:09 a.m.