R version 2.7.2 (2008-08-25) Copyright (C) 2008 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(4.2,2O.8,0.9,39.6,4.8,2.6,17.1,0.85.,36.1,-4.2,3,22.3,0.83,34.4,1.6,3.8,25.1,0.84,33.4,5.2,4,27.7,0.85,34.8,9.2,3.5,24.9,0.83,33.7,4.6,4.1,29.5,0.83,36.3,10.6),dim=c(5,7),dimnames=list(c('RNVW','RCF','RLEZ','REV','RNR'),1:7)) Error: unexpected symbol in "x <- array(list(4.2,2O.8" Execution halted