as_plotmath.spork: Convert Spork to Plotmath

View source: R/plotmath.R

as_plotmath.sporkR 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 as_plotmath.spar

Value

plotmath

See Also

Other plotmath: [.plotmath(), [[.plotmath(), as.expression.plotmath(), as.png.plotmath(), 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.default(), as_latex.spork(), as_previews.spork(), as_spar.spork(), as_spork.character(), as_spork.factor(), as_spork.spork(), as_spork(), ggplot.spork()

Other interface: as.expression.plotmath(), as_html.spar(), as_html.spork(), as_latex.default(), 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

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