PKexpressions | R Documentation |
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)
PKexpressions
A list of named expressions
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.