Re: [R] [External] need help with plotmath and/or plotting unicode characters

2023-06-08 Thread Richard M. Heiberger
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

Re: [R] need help with plotmath and/or plotting unicode characters

2023-06-08 Thread Ivan Krylov
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] need help with plotmath and/or plotting unicode characters

2023-06-08 Thread Dennis Fisher
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

Re: [R] Cryptic error from stargazer

2023-06-08 Thread Ashim Kapoor
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

Re: [R] Cryptic error from stargazer

2023-06-08 Thread Enrico Schumann
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