Learn R Programming

metaplot (version 0.8.4)

wikisym2plotmath_: 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, ...)

Value

expression

Arguments

x

character

...

ignored

See Also

Other formatters: diag_label(), wikisym2plotmath()

Examples

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

Run the code above in your browser using DataLab