wikisym2plotmath_: Convert One Wiki Symbol to Plotmath

View source: R/utils.R

wikisym2plotmath_R Documentation

Convert One Wiki Symbol to Plotmath

Description

Converts one wiki symbol to plotmath. A Wiki symbol is simple text with arbitrarily nested subscript (_) and superscript (^) groupings. Use dot (.) to explicitly terminate a grouping, and use backslash-dot (\.) for a literal dot. Examples: V_c./F. Trailing dots need not be supplied. Leading/trailing whitespace is removed. Tab character not allowed.

Usage

wikisym2plotmath_(x, ...)

Arguments

x

character

...

ignored

Value

expression

See Also

Other formatters: diag_label(), wikisym2plotmath()

Examples

wikisym2plotmath_('V_c./F')
wikisym2plotmath_('AUC_ss')
wikisym2plotmath_('C_max_ss')
wikisym2plotmath_('var^eta_j')

bergsmat/metaplot documentation built on Feb. 21, 2024, 1:18 p.m.