Re: [R] Plotting factors in graph panel

2023-07-07 Thread PIKAL Petr
Hallo Anupam I do not see much difference in ggplot or lattice, they seems to me provide almost identical results when removing theme part from ggplot. library(ggplot2) library(lattice) ggplot(TrialData4, aes(x=Income, y=Percent, group=Measure)) + geom_point() + geom_line() +

Re: [R] Plotting factors in graph panel

2023-07-07 Thread Anupam Tyagi
Thanks! You are correct, the graphs look very similar, except ggplot is scaling the text font to make it more readable. Is there a way to scale down the x-axis labels, so they are readable? On Fri, 7 Jul 2023 at 12:02, PIKAL Petr wrote: > Hallo Anupam > > I do not see much difference in ggplot

Re: [R] Plotting factors in graph panel

2023-07-07 Thread Anupam Tyagi
Thanks! Is there a way to reduce font-size of text of x-axis labels and titles of sub-graphs? That will probably make graphs more readable. I am realizing that since the y-axis scales are very different for some graphs, I may have to figure out a way to build the sub-graphs one at a time,

Re: [R] Plotting factors in graph panel

2023-07-07 Thread PIKAL Petr
Hallo Anupam With ggplot change axis label size into Google the first answer I got was axis.text theme r - Change size of axes title and labels in ggplot2 - Stack Overflow so

Re: [R] printCoefmat() and zap.ind

2023-07-07 Thread Martin Maechler
> Shu Fai Cheung > on Thu, 6 Jul 2023 17:14:27 +0800 writes: > Hi All, > I would like to ask two questions about printCoefmat(). Good... this function, originally named print.coefmat(), is 25 years old (in R) now:

Re: [R] printCoefmat() and zap.ind

2023-07-07 Thread Martin Maechler
> Martin Maechler > on Fri, 7 Jul 2023 18:12:24 +0200 writes: > Shu Fai Cheung > on Thu, 6 Jul 2023 17:14:27 +0800 writes: >> Hi All, >> I would like to ask two questions about printCoefmat(). > Good... this function, originally named print.coefmat(),

Re: [R] depmixs4 standardError() issue

2023-07-07 Thread Heather Lucas
Hi Rolf, Thank you so much for this very helpful response (and I apologize for the slow response to the response)! I did have the opportunity to speak to Maarten Speekenbrink recently and he provided similar information, so I believe you are exactly right and your response helped provide some