concatenate.plotmath: Concatenate Plotmath

View source: R/concatenate.R

concatenate.plotmathR Documentation

Concatenate Plotmath

Description

Concatenates plotmath. Collapses vector using separator.

Usage

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

Arguments

x

plotmath

sep

character

...

passed arguments

Value

plotmath

See Also

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

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

Examples

concatenate(as_plotmath(as_spork('BMI_i','kg/m^2')))

spork documentation built on Sept. 16, 2023, 9:06 a.m.