Message-ID: <47E52BBE.409@statistik.tu-dortmund.de>
Date: 2008-03-22T15:54:38Z
From: Uwe Ligges
Subject: About R question
In-Reply-To: <7462425e0803220735nf18dd97sdcd8c804842ddba1@mail.gmail.com>
shuyan wu wrote:
> Hi,
> After I installed R in my computer, I have loaded package Faraway,
You probably mean package "faraway", but that should not be related to
the following problem.
> but when I want to plot, it will show errors like below:
>
> *> x<-c(1,2)
>> y<-c(3,4)
>> plot(x,y)
> Error in windows() : unable to start device devWindows*
Which version of R is this? And which operating system?
This very simple example should really work. Maybe try to reinstall R,
perhaps some files have not been copied correctly. Which CRAN mirror
have you downloaded R from?
Uwe Ligges
> I don't know why, please help me.
>
> Shuyan
>
> [[alternative HTML version deleted]]
>
> ______________________________________________
> R-help at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.