Learn R Programming

spork (version 0.1.1)

as_plotmath.spork: Convert Spork to Plotmath

Description

Converts spork to plotmath. See plotmath. Vectorized version of spork_to_plotmath.

Usage

# S3 method for spork
as_plotmath(x, ...)

Arguments

x

spork

...

ignored

Value

plotmath

See Also

Other plotmath: as_plotmath(), goodToken(), plotmathToken(), spork_to_plotmath()

Examples

Run this code
# NOT RUN {
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
# }

Run the code above in your browser using DataLab