Hi, I'm fairly new to R, so hopefully this is an easy question... On a plot, I would like to have the y label read: "Response(phi)" with phi = the greek character. From old posts I've found this:
title(ylab=expression(paste("Response (", phi, ")"))) This displays nicely, but in the default font. I would like to use font=6 (which is the font of the other labels, title, etc.). Is there an way to display the y-label in font=6 and still include the greek character? Is there an easier way to do this? Thanks for your help! Ken [EMAIL PROTECTED] [[alternative HTML version deleted]] ______________________________________________ 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.