R version 2.9.0 (2009-04-17) Copyright (C) 2009 The R Foundation for Statistical Computing ISBN 3-900051-07-0 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > x <- array(list(2357402,2199181,2603060,2629720,2638792,2717481,3810804,3871664,2998364,2923432,2712359,2996099,2395029,2483862,3120231,3360606,3177203,3062783,4242509,4026394,3192481,3118695,2782482,3209833,2630190,2592882,3785309,3231539,3421369,3312134,4647303,4289177,3463853,3304422,3006121,3464238,2921118,2624018,3500718,3939351,3467672,3343628,4852445,4597807,3653145,3572079,3334861,3695369,3075704,2852998,3942704,4004560,3822145,3760085,5267816,5271333,4144142,4109749,3896808,4211074,3402318,3279817,4706628,4079499,4344530,4048625,5394915,5611967,4145481,4025610,3552218,3910443,),dim=c(1,72),dimnames=list(c('VS'),1:72)) Error in as.vector(data) : element 73 is empty; the part of the args list of 'list' being evaluated was: (2357402, 2199181, 2603060, 2629720, 2638792, 2717481, 3810804, 3871664, 2998364, 2923432, 2712359, 2996099, 2395029, 2483862, 3120231, 3360606, 3177203, 3062783, 4242509, 4026394, 3192481, 3118695, 2782482, 3209833, 2630190, 2592882, 3785309, 3231539, 3421369, 3312134, 4647303, 4289177, 3463853, 3304422, 3006121, 3464238, 2921118, 2624018, 3500718, 3939351, 3467672, 3343628, 4852445, 4597807, 3653145, 3572079, 3334861, 3695369, 3075704, 2852998, 3942704, 4004560, 3822145, 3760085, 5267816, 5271333, 4144142, 4109749, 3896808, 4211074, 3402318, 3279817, 4706628, 4079499, 4344530, 4048625, 5394915, 5611967, 4145481, 4025610, 3552218, 3910443, ) Calls: array -> as.vector Execution halted