Hi,

=======================
x=rnorm(20)
y=rnorm(20)
t=lm(y~x)
plot(t)
=======================

you will get 

"click or hit enter to next page..."

how do I write a function to archieve this ?

say

plot(x,y)
then pause, wait
plot(y,x)

Thanks!

casper
-- 
View this message in context: 
http://n4.nabble.com/writing-function-plot-problem-tp1835723p1835723.html
Sent from the R help mailing list archive at Nabble.com.

______________________________________________
R-help@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.

Reply via email to