| as_plotmath.spork | R Documentation |
Converts spork to plotmath. See plotmath.
Vectorized version of as_plotmath.spar.
## S3 method for class 'spork'
as_plotmath(x, ...)
x |
spork |
... |
passed to |
plotmath
Other plotmath:
[.plotmath(),
[[.plotmath(),
as.expression.plotmath(),
as.png.plotmath(),
as_plotmath(),
as_plotmath.greek(),
as_plotmath.spar(),
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(),
as_spork.character(),
as_spork.factor(),
as_spork.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()
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.