Displaying 1 result from an estimated 1 matches for "nabcd".
Did you mean:
  abcd
  
2017 Aug 18
1
bquote question
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 wi...