sub-sub-.plotmath: Element-select Plotmath

[[.plotmathR 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.spar(), as_plotmath.spork(), as_plotmath(), 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]])

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