PKexpressions: Formatted PK parameter labels for use with graphs

PKexpressionsR Documentation

Formatted PK parameter labels for use with graphs

Description

A list of named PK expressions with special characters or subscripting for labeling graphs. For example, if you want the y axis of your graph to be "Cmax (ng/mL)" but have the "max" be a subscript, use, e.g., MyGraph + ylab(PKexpressions[["Cmax"]]). Make sure to use the double brackets when referring to these. Also, there are myriad options for units, so if you'd like, say, mg/mL instead of ng/mL, you can always call on PKexpressions to just give you an example of how you might set things up. Run PKexpressions[["Cmax"]] and see where you can swap out the "ng/mL". A few tips:

  • You can put things in quotes to make them be just normal text.

  • Subscript with brackets. Superscript with ^.

  • Indicate Greek characters by spelling them out.

  • Indicate a space with "~".

  • See examples with demo(plotmath)

Usage

PKexpressions

Format

A list of named expressions


shirewoman2/Consultancy documentation built on Feb. 18, 2025, 10 p.m.