Re: [R] Re : Indexing array to 1000

2010-05-23 Thread David Winsemius
On May 22, 2010, at 10:48 PM, Mohan L wrote: Dear All, I have an array some thing like this: avglog January February March April May June July August September 60102 83397 56774 48785 49010 40572 38175 47037 51402 The class of "avglog" a

[R] Re : Indexing array to 1000

2010-05-22 Thread Mohan L
Dear All, I have an array some thing like this: > avglog January February March April May June July August September 60102 83397 56774 48785 49010 40572 38175 47037 51402 The class of "avglog" array. > class(avglog) [1] "array" > str(avglog