Skip to content

Instantly share code, notes, and snippets.

@brunaw
Created November 3, 2017 16:04
Show Gist options
  • Save brunaw/b7930dc0752d3e3b6c6eac586f50fd3f to your computer and use it in GitHub Desktop.
Save brunaw/b7930dc0752d3e3b6c6eac586f50fd3f to your computer and use it in GitHub Desktop.
Lattice group labelling
# Example
express <- c(expression(sigma^2 == 1),
expression(sigma^2 == 2),
expression(sigma^2 == 5),
expression(sigma^2 == 10))
# And in the chart code
strip = strip.custom(factor.levels = express)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment