Displaying 2 results from an estimated 2 matches for "label_parseall".
2011 Jun 30
1
Italicized greek symbols in PDF plots
...n somewhere in the
archives. I have indeed looked.
I am running Ubuntu 11.04, with R 2.12.1 and ESS+Emacs.
For journal formatting requirements, I need to italicize all the greek
letters in any plot. This is reasonably straight forward to do and I
accomplished this task like so:
library(ggplot2)
label_parseall <- function(variable, value) {
plyr::llply(value, function(x) parse(text = paste(x)))
}
dat <- data.frame(x = runif(270, 0, 125), z = rep(LETTERS[1:3], each = 3),
yy = 1:9, stringsAsFactors = TRUE)
#unicode italicized delta
dat$gltr =
factor(c("italic(\u03b4)^14*N","italic...
2011 Jun 30
0
help with interpreting what nnet() output gives:
...n somewhere in the
archives. I have indeed looked.
I am running Ubuntu 11.04, with R 2.12.1 and ESS+Emacs.
For journal formatting requirements, I need to italicize all the greek
letters in any plot. This is reasonably straight forward to do and I
accomplished this task like so:
library(ggplot2)
label_parseall <- function(variable, value) {
plyr::llply(value, function(x) parse(text = paste(x)))
}
dat <- data.frame(x = runif(270, 0, 125), z = rep(LETTERS[1:3], each = 3),
yy = 1:9, stringsAsFactors = TRUE)
#unicode italicized delta
dat$gltr =
factor(c("italic(\u03b4)^14*N","italic...