Hi All,
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!