[R] ! in expression(!abc) that produces !(abc).
Jinsong Zhao
jszhao at yeah.net
Mon Mar 27 16:21:10 CEST 2017
Hi there,
I happened to find the expression(!abc) produces !(abc) when I used
plotmath in a text annotation. Here is the mini-example.
> plot(1, type = "n")
> text(1,1, expression(!abc))
I don't find "!" in plotmath document.
By the way, how to reduce the space between two adjacent strings,
something opposite to "~~". I mean, to get a space that is narrower than
"~" but wider than "*".
Best,
Jinsong
More information about the R-help
mailing list