Skip to content
Prev 69936 / 398506 Next

How to convert array to c()

Dear all,
Many thanks for your help.
Regards,
Muhammad Subianto
On this day 5/18/2005 4:57 PM, Liaw, Andy wrote:
> Is this what you want?
 >
 >
 >>split(a, row(a))
 >
 > $"1"
 > [1] 1 5 9
 >
 > $"2"
 > [1]  2  6 10
 >
 > $"3"
 > [1]  3  7 11
 >
 > $"4"
 > [1]  4  8 12
 >
 > Andy
On this day 5/18/2005 5:15 PM, OlsenN at pac.dfo-mpo.gc.ca wrote: