Learn R Programming

spork (version 0.3.5)

concatenate.plotmath: Concatenate Plotmath

Description

Concatenates plotmath. Collapses vector using separator.

Usage

# S3 method for plotmath
concatenate(x, sep = "*", ...)

Value

plotmath

Arguments

x

plotmath

sep

character

...

passed arguments

See Also

Other concatenate: concatenate(), concatenate.NULL(), concatenate.character(), concatenate.latex()

Other plotmath: [.plotmath(), [[.plotmath(), as.expression.plotmath(), as.png.plotmath(), as_plotmath(), as_plotmath.greek(), as_plotmath.spar(), as_plotmath.spork(), ggplot.plotmath(), goodToken(), plotmathToken()

Examples

Run this code
concatenate(as_plotmath(as_spork(c('BMI_i','kg/m^2'))))

Run the code above in your browser using DataLab