Re: [R] title of r plots

2015-02-28 Thread William Dunlap
Use help("plotmath") to see all the details - you can use tildes for spaces, asterisks for no spaces. Bill Dunlap TIBCO Software wdunlap tibco.com On Fri, Feb 27, 2015 at 8:52 PM, li li wrote: > > Thanks very much. > Also How do add an empty space when using expression()? > When I do the follow

Re: [R] title of r plots

2015-02-27 Thread li li
Thanks very much. Also How do add an empty space when using expression()? When I do the following, it returns an error message. plot(1,1,main=expression(-70*degree*C%+-%10*degree*C/Ambient Condition)) Hanna 2015-02-27 23:03 GMT-05:00 William Dunlap : > plot(1,1,main=expression(-70*degre

Re: [R] title of r plots

2015-02-27 Thread William Dunlap
plot(1,1,main=expression(-70*degree*C%+-%10*degree*C/Ambient)) Bill Dunlap TIBCO Software wdunlap tibco.com On Fri, Feb 27, 2015 at 7:27 PM, li li wrote: > Hi all, > I would like to add "-70°C ± 10°C/Ambient" as the title of my plot. > Could anyone give some help on this? > Thanks. >

[R] title of r plots

2015-02-27 Thread li li
Hi all, I would like to add "-70°C ± 10°C/Ambient" as the title of my plot. Could anyone give some help on this? Thanks. Hanna [[alternative HTML version deleted]] __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see htt