2

I want to open full screen windows with x11() function in R. Default parameters:

x11(width = 7,height = 7)

How can I set these parameters full screen for every pc screen?

NOT: I use RStudio with R version 3.2.1

  • For example, you can edit the `.Rprofile` and modify the `grDevices::X11.options` inside the line starting with `setHook`. –  Aug 27 '15 at 06:32
  • How can I edit my .Rprofile. Please give me some explanation. I am new user in R. – Halil İbrahim Oymacı Aug 27 '15 at 06:34
  • For example: http://stackoverflow.com/questions/13735745/locate-the-rprofile-file-generating-default-options –  Aug 27 '15 at 06:38

0 Answers0