[R] plot problem

Arne Henningsen ahenningsen at email.uni-kiel.de
Mon Nov 29 17:20:21 CET 2004


Hi William,

the 1st example given in ?screeplot works for me (R 2.0.0 on SuSE Linux 9.0):
> (pc.cr <- princomp(USArrests, cor = TRUE))  # inappropriate
> screeplot(pc.cr)
plot appears

To help you we need more details. 
Does normal plotting work? e.g.: plot(rnorm(20),rnorm(20))
Can you plot to a file? (see ?ps, ?pdf or ?png and don't forget dev.off())

Arne

On Monday 29 November 2004 13:47, william ritchie wrote:
> Dear all,
>
> I am having trouble plotting a PCA result. The plot doesn't appear!!!
> R goes through without any errors but doesn't make a plot appear!!
> Could it be wrong window parameters? In this case how do I change them?
> I am under red hat 9 with the latest version of R!
>
> Thanks.
>
> Vous manquez dÂ’espace pour stocker vos mails ?
>
> ______________________________________________
> R-help at stat.math.ethz.ch mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide!
> http://www.R-project.org/posting-guide.html

-- 
Arne Henningsen
Department of Agricultural Economics
University of Kiel
Olshausenstr. 40
D-24098 Kiel (Germany)
Tel: +49-431-880 4445
Fax: +49-431-880 1397
ahenningsen at agric-econ.uni-kiel.de
http://www.uni-kiel.de/agrarpol/ahenningsen/




More information about the R-help mailing list