I’m having small problem with the size of the graphical device when running R on ubuntu netbook.
Netbook’s screen size is relatively small (1024 x 576), so when I create a chart in R say simply
plot(sin)
The graph is bigger than my screen size. I have to manually resize it.
Solution posted on ubuntu forum doesn’t work for some reason. Does anyone know how to fix it?
Thanks!
I don’t use Ubuntu anymore, but I think the best solution is to put something like this in your .Rprofile file.
For ref., on my Mac, I have: