concatenate.plotmath {spork} | R 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()
,
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
concatenate(as_plotmath(as_spork(c('BMI_i','kg/m^2'))))
[Package spork version 0.3.5 Index]