[R] whitespace with subscript text

Uwe Ligges ligges at statistik.tu-dortmund.de
Fri Oct 30 10:43:06 CET 2009



e-letter wrote:
> Readers,
> 
> I have the following command:
> 
> expression(A[1]B~"%")
> 
> but that causes an error so I changed to:
> 
> expression(A[1]~B~"%")
> 
> but the result is too much whitespace between subscript and B. Is
> there a way to reduce this whitespace?


Use * rather than ~

Uwe Ligges


> Yours,
> 
> rhelp at conference.jabber.org
> r 251
> mandriva 2008
> 
> ______________________________________________
> R-help at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.




More information about the R-help mailing list