[R] Break
    jaugusto at saquarema.com.br 
    jaugusto at saquarema.com.br
       
    Sun Oct  7 22:38:24 CEST 2007
    
    
  
    Hi
    I'm running R-2.5.1 for Windows and I have a
rsy.txt script with a structure like
         .
         .
         .
         pl <- plot(mod,dis = "sp",type="p")
         identify(pl,"sp",labels=shnam,pos=TRUE)
         line1
         line2
         .
         .
         .
I enter the command
          > source("*.txt")
and when R read the identify instruction they stop and
wait user actions. After all I give a escape e R end!
They d'ont read
         line1
         line2
and so on. How to force the continuation of the script
execution.
   Thanks
    
    
More information about the R-help
mailing list