Re: [R] Math notation in a title

2013-10-16 Thread David Winsemius
On Oct 15, 2013, at 10:52 AM, David Arnold wrote: > Hi, > > I'd like to put the following in a main title of a plot. > > > > Can someone show me how to do this? ?plotmath plot(1, main=expression("Pareto Distribution:"~alpha==2*","~ital

[R] Math notation in a title

2013-10-15 Thread David Arnold
Hi, I'd like to put the following in a main title of a plot. Can someone show me how to do this? Thanks. D. -- View this message in context: http://r.789695.n4.nabble.com/Math-notation-in-a-title-tp4678299.html Sent from the R help ma

Re: [R] Math notation in a title

2013-10-15 Thread Peter Lomas
check out: demo("plotmath") On Tue, Oct 15, 2013 at 4:30 PM, arun wrote: > Hi, > Try: > plot(1,main=bquote("Pareto Distribution: " ~ alpha == 2 * "," > ~italic(y[m]) == 3)) > > > A.K. > > > Hi, > > I'd like to put the following in a main title of a plot. > > > > Can someone show me how to do t

Re: [R] Math notation in a title

2013-10-15 Thread arun
Hi, Try: plot(1,main=bquote("Pareto Distribution: " ~ alpha == 2 * "," ~italic(y[m]) == 3)) A.K. Hi, I'd like to put the following in a main title of a plot. Can someone show me how to do this? Thanks. D. __ R-help@r-project.org mailing li