as_plotmath.spork {spork} | R Documentation |
Convert Spork to Plotmath
Description
Converts spork to plotmath. See plotmath
.
Vectorized version of as_plotmath.spar
.
Usage
## S3 method for class 'spork'
as_plotmath(x, ...)
Arguments
x |
spork |
... |
passed to |
Value
plotmath
See Also
Other plotmath:
[.plotmath()
,
[[.plotmath()
,
as.expression.plotmath()
,
as.png.plotmath()
,
as_plotmath.greek()
,
as_plotmath.spar()
,
as_plotmath()
,
concatenate.plotmath()
,
ggplot.plotmath()
,
goodToken()
,
plotmathToken()
Other spork:
[.spork()
,
[[.spork()
,
as.list.spork()
,
as.png.spork()
,
as_html.spork()
,
as_latex.spork()
,
as_previews.spork()
,
as_spar.default()
,
as_spar.spork()
,
as_spork.character()
,
as_spork.factor()
,
as_spork.spork()
,
as_spork()
,
ggplot.spork()
,
greek()
Other interface:
as.expression.plotmath()
,
as_html.spar()
,
as_html.spork()
,
as_latex.spar()
,
as_latex.spork()
,
as_plotmath.spar()
,
as_previews.spork()
,
as_spork.character()
,
htmlToken()
,
latexToken()
,
plotmathToken()
Examples
library(magrittr)
'V_c./F' %>% as_spork %>% as_plotmath
'AUC_ss' %>% as_spork %>% as_plotmath
'C_max_ss' %>% as_spork %>% as_plotmath
'var^eta_j' %>% as_spork %>% as_plotmath
'one joule (Omega) ~ 1 kg*m^2./s^2' %>% as_spork %>% as_plotmath