Martin Keller-Ressel wrote: > Hello, > > I would like to annotate a graph with the expression 'alpha = 5%' (the > alpha should be displayed as the greek letter). > I tried > >> text(1,1,expression(alpha == 5%))
Try text(1,1,expression(alpha == 5*"%")) Best, Bettina ______________________________________________ R-help@stat.math.ethz.ch 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.