> I'm stuck trying to begin an axis label in ggplot with a superscript. 
For a crude work-round, you could try

ggplot(mydata) +
  aes(x = x, y = y) +
  geom_line() +
  ylab(expression(paste(' '^{14}, "C", sep = "")))


S Ellison




*******************************************************************
This email and any attachments are confidential. Any use...{{dropped:8}}

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to