Use * instead of ~
XX <- 5
YY <- 10
plot(1:10)
mtext(side=3, bquote(N <= .(XX) ~":" ~ .(YY)))
mtext(side=1, bquote(N <= .(XX) *":" * .(YY)))
> On Jun 7, 2023, at 22:14, Dennis Fisher wrote:
>
> R 4.2.3
> OS X
>
> Colleagues
>
> This should be easy -- but not for me.
>
> I want to plot text simi
On Wed, 7 Jun 2023 19:14:58 -0700
Dennis Fisher wrote:
> UNICODE: If I can generate "≥" via unicode, the problem is solved:
> mtext(side=3, paste0("N ", UNICODE, " ", XX, ": ", YY))
It should be possible to just copy & paste "≥" in the R source code
nowadays. If for some reason the script
R 4.2.3
OS X
Colleagues
This should be easy -- but not for me.
I want to plot text similar to this:
N ≥ XX: YY
where XX can be either 1 or 50 and YY is an integer
I envision that there would be two solutions:
UNICODE: If I can generate "≥" via unicode, the problem is solved:
m
Dear Enrico,
--- snip --
> library(stargazer)
Please cite as:
Hlavac, Marek (2022). stargazer: Well-Formatted Regression and
Summary Statistics Tables.
R package version 5.2.3. https://CRAN.R-project.org/package=stargazer
>
--- snip--
Yes I
On Thu, 08 Jun 2023, Ashim Kapoor writes:
> Dear All,
>
> I had done an automatic upgrade of my Debian 10 system which had also
> upgraded R.
>
> I reinstalled the stargazer package and the error went away.
>
> Query : Do I need to reinstall all packages with each upgrade of R ?
>
> Best,
> Ashim
5 matches
Mail list logo