[R] getting a title in a plot during an lapply

2006-11-16 Thread Leeds, Mark \(IED\)
In my code below tempa and tempb are numeric vectors that I combined into a dataframe along with the deciles of tempa. I have an lapply statement that goes through the dataframe and does ten plots according to the appropriate decile. The code is below and it works fine. There are no bugs so I

Re: [R] getting a title in a plot during an lapply

2006-11-16 Thread Peter Alspach
Mark In my code below tempa and tempb are numeric vectors that I combined into a dataframe along with the deciles of tempa. I have an lapply statement that goes through the dataframe and does ten plots according to the appropriate decile. The code is below and it works fine. There are no