wikisym2plotmath_ {metaplot}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')

[Package metaplot version 0.8.4 Index]