Skip to content

plot problem

2 messages · william ritchie, Arne Henningsen

#
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 ?
#
Hi William,

the 1st example given in ?screeplot works for me (R 2.0.0 on SuSE Linux 9.0):
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: