Learn R Programming

spork (version 0.3.5)

[.plotmath: Subset Plotmath

Description

Subsets plotmath, retaining class.

Usage

# S3 method for plotmath
[(x, ...)

Value

plotmath

Arguments

x

plotmath

...

passed to next method

See Also

Other plotmath: [[.plotmath(), as.expression.plotmath(), as.png.plotmath(), as_plotmath(), as_plotmath.greek(), as_plotmath.spar(), as_plotmath.spork(), concatenate.plotmath(), ggplot.plotmath(), goodToken(), plotmathToken()

Examples

Run this code
x <- c(
  'V_c./F',
  'AUC_ss',
  'C_max_ss',
  'var^eta_j'
)
x <- as_plotmath(as_spork(x))
class(x)
class(x[1])

Run the code above in your browser using DataLab