Hello everyone,
I would like to create a "dynamic" array to keep storing number in it

for (i in c(2:length(final))){
    myarray <-final[i]-final[i-1]
    myarray2<-2*final[i]  
  }



At the end I would like to use myarray as the x values of an array
and the myarray2 as the yvalues of the same array.
I tried cbind but it didnot work.

Could you please help me with that?

Best Regards
Alex



      
        [[alternative HTML version deleted]]

______________________________________________
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