.to.greek {mcmcplots}R Documentation

Parse strings containing names of greek letters.

Description

Convert character vector with greek letters to an expression suitable for plotting greek symbols in titles and labels.

Usage

.to.greek(instr)

Arguments

instr

a character vector

Value

Parsed representation of the character vector.

Author(s)

Ilya Goldin

See Also

parse

Examples

## Not run: .to.greek(c("alpha", "beta", "mybeta", "YourDelta"))

[Package mcmcplots version 0.4.3 Index]