Re: [R] Capturing the whole output using R

2013-08-25 Thread raishilpa
Thank yos so muchIt helped a lot :) On Sun, Aug 25, 2013 at 8:18 AM, arun kirshna [via R] < ml-node+s789695n4674468...@n4.nabble.com> wrote: > Hi, > > May be this helps: > #Creating some dummy data. > > set.seed(24) > lst1<-lapply(1:8,function(x) ts(sample(1:25,20,replace=TRUE))) > set.seed(

Re: [R] Capturing the whole output using R

2013-08-24 Thread arun
Hi, May be this helps: #Creating some dummy data.  set.seed(24) lst1<-lapply(1:8,function(x) ts(sample(1:25,20,replace=TRUE))) set.seed(49) lst2<-lapply(1:8,function(x) ts(sample(1:45,20,replace=TRUE))) ??Find_Max_CCF() #No vignettes or demos or help files found with alias or concept or #title