[R] Help with Plot

2015-08-04 Thread April Smith
Let me just preface that everything I know about writing code for R is self taught so this may be really basic but I can't figure it out! I am using someone else code to create plots. I would like to change the automatically generated colors to the same colors for every plot. The current code ma

[R] Looping help

2015-07-30 Thread April Smith
I have never looped before and know I need to. I am unsure how to proceed: - Action I need done: d(Data[1,2:399], q=0, boot=TRUE, boot.arg=list(num.iter=1000)) - I need this to happen to all rows, I need All[1,2:399] to increase to All[2:399], etc. - But I also need the results fr