Re: [R] R Console Output

2014-06-30 Thread Cheryl Johnson
Thank you for your response. I would like to produce Flash animation with code such as what is below. saveSWF({ }, img.name = "file",swf.name = "file2.swf" , single.opts = "'utf8': false", autoplay = FALSE , interval = 0.1, imgdir = "directory", htmlfile = "random.html", ani.height = 500, ani

Re: [R] R Console Output

2014-06-30 Thread jim holtman
What do you mean by "stops"? Can you at least show what was on the console. Can you continue to enter commands? It is not clear what you are talking about. Jim Holtman Data Munger Guru What is the problem that you are trying to solve? Tell me what you want to do, not how you want to do it.