[[.plotmath {spork}R Documentation

Element-select Plotmath

Description

Element-selects plotmath, retaining class.

Usage

## S3 method for class 'plotmath'
x[[...]]

Arguments

x

plotmath

...

passed to next method

Value

plotmath

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

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

[Package spork version 0.3.5 Index]