Is this a bug - If there is a break in the title of a plot ( with \n), the symbols or math is "broken"? for example:> versionplatform Windows arch x86 os Win32 system x86, Win32 status status.rev 0 major 0 minor 64.1 year 1999 month May day 8 language R> plot(0)#This works just fine> title(expression(paste("This works with math ", mu)))#This "looks" bad> plot(0) > title(expression(paste("This does not works with math \n", mu, "with thisadditional text"))) Thanks for any insight. Partha. -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
It *was* a bug in the 0.64.1 R version, but not anymore. (we *do* fix bugs quite a bit!... as you can see in "BUGS FIXED" parts of the NEWS file (and you can also see in the announcements of new R versions)) Martin>> Is this a bug - If there is a break in the title of a plot ( with \n), the >> symbols or math is "broken"? >> for example:>> > version >> .... >> major 0 >> minor 64.1 >> .... >> >> > plot(0) >> #This works just fine >> > title(expression(paste("This works with math ", mu))) >> #This "looks" bad >> > plot(0) >> > title(expression(paste("This does not works with math \n", mu, "with this >> additional text")))>> Thanks for any insight.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._