Displaying 1 result from an estimated 1 matches for "tp2290827p2290836".
2010 Jul 16
2
Can I set default parameters for the default graphics device?
I'm completely new to R, and I'd like to do something like this:
> x=c(1,2,3)
> plot(x,x)
At this point, R creates a file "Rplots.pdf", since the default device is
PDF and the default filename is "Rplots.pdf". I know I can set the default
device like this:
> options(device="png")
But is there a way to set the default device's