I´m trying to customize plot background.
I´ve added
library(graphics)
par(bg='seashell')
to "RProfile.site" file. It opens an undesired device window.
I´ve tried
library(grDevices)
graphics.out()
It shuts the window, but loses the par(bg='seashell').
How can I set this parameter?
Tks