Skip to content

How to convert array to c()

1 message · Liaw, Andy

#
Is this what you want?
$"1"
[1] 1 5 9

$"2"
[1]  2  6 10

$"3"
[1]  3  7 11

$"4"
[1]  4  8 12

Andy