scales (version 0.2.2)

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 paramater 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