R version 2.12.0 (2010-10-15) Copyright (C) 2010 The R Foundation for Statistical Computing ISBN 3-900051-07-0 Platform: i486-pc-linux-gnu (32-bit) 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(100,4,,9.3,50,3,4.8,100,4,8.9,100,2,6.5,50,2,4.2,80,2,6.2,75,3,7.4,65,4,6,90,3,7.6,90,2,6.1),dim=c(4,10),dimnames=list(c('Miles','Traveled','Deliveries','Travel','Time',' '),1:10)) Error in list(100, 4, , 9.3, 50, 3, 4.8, 100, 4, 8.9, 100, 2, 6.5, 50, : argument 3 is empty Calls: array -> as.vector Execution halted