Skip to content
Prev 146031 / 398500 Next

unable to get plot in R

On 03/06/2008 6:53 PM, Chin-Cheng Su wrote:
Somehow you appear to have set options("device") to "devWindows".  If 
you set it to "windows" using options(device="windows"), things should 
be fine.

Duncan Murdoch