scales (version 0.4.0)

parse_format: Parse a text label to produce expressions for plotmath.

Description

Parse a text label to produce expressions for plotmath.

Usage

parse_format()

Arguments

Value

a function with single parameter x, a character vector, that returns a list of expressions

See Also

plotmath

Examples

Run this code
parse_format()(c("alpha", "beta", "gamma"))

Run the code above in your browser using DataCamp Workspace