> On Aug 18, 2017, at 7:27 AM, Andras Farkas via R-help
> wrote:
>
> Dear All,
>
> could you please provide input on the following:
>
> plot(1:10,main=paste("\n ","\nABCD","\n","\n","\n
> "),cex.main=1.3)
>
> a<-500
> b<-12
> mtext(bquote(bold(.(formatC(1.2*a,decimal.mark=",
Dear All,
could you please provide input on the following:
plot(1:10,main=paste("\n ","\nABCD","\n","\n","\n"),cex.main=1.3)
a<-500
b<-12
mtext(bquote(bold(.(formatC(1.2*a,decimal.mark=",",digits=2,format="f")))~ "
words "~bold(.(b))~" words"~"\n"~"\n"))
as you will
2 matches
Mail list logo