theme_prism: GraphPad Prism themes

View source: R/theme.R

theme_prismR Documentation

GraphPad Prism themes

Description

GraphPad Prism themes

Usage

theme_prism(
  base_size = 16,
  angle = 45,
  border = FALSE,
  plot.margin = c(3, 3, 3, 3)
)

Arguments

base_size

'numeric'. Base font size, given in '"pt"'.

angle

'integer'. Angle of x_axis text in degrees. One of: '-30, 45, 90, 270'.

border

'logical'. Should a border be drawn around the plot? Clipping will occur unless e.g. 'coord_cartesian(clip = "off")' is used.

plot.margin

plot.margin, trouble, mm

Value

Returns a list-like object of class _theme_.


ZhonghuiGai/gfun documentation built on Feb. 10, 2023, 6:10 p.m.