R version 3.0.2 (2013-09-25) -- "Frisbee Sailing" Copyright (C) 2013 The R Foundation for Statistical Computing Platform: x86_64-pc-linux-gnu (64-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(23.35,4.9,79,25.5,0,-,26.7,8.3,76,27.5,1.1,-,26.25,8.2,75.5,28.5,2.5,-,31.7,12.3,63.5,20,0,5.5,36.95,15.75,53.5,14,0,9,38.33,19.75,43,13,0,13.5,44.45,23.05,36.5,14.5,0,19.5,41.5,24.15,40.5,14,0,24,42.05,25.95,37,12,0,30.5,43.01,28.85,39,16.5,0,36,38.15,25,55.5,30,2,41,42.05,29.01,47.5,25.5,0.4,49.5,36.4,27,75.5,51.5,15.1,54,34.45,26.05,85,58.5,63.7,61.5,32.55,25.4,87,68,25.1,68,32.4,24.65,95.5,78,53.15,71.5,33,25.25,89,65,19.6,76,30.55,22.5,88,62.5,32.1,80,34.55,18.35,76.5,30.5,-,80,34.95,16.3,77,29,3.9,80,33.7,13.9,74.5,21,-,80,29.05,16.05,82.5,47.5,8.2,80,23.5,10.3,93,49.5,9.2,80,23,4.75,81,30,-,80,46.9,4.5,87,37,1,80),dim=c(6,25),dimnames=list(c('Temp','Min','temp','Max','R.H.','Mor','R.H.','Eve','Rainfall','Insect','Pop',''),1:25)) Error: unexpected ',' in "x <- array(list(23.35,4.9,79,25.5,0,-," Execution halted