R version 3.3.2 (2016-10-31) -- "Sincere Pumpkin Patch" Copyright (C) 2016 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(2.05,1.63,2.15,1.77,1.63,1.99,2.09,2.46,1.89,1.65,2.04,2.18,2.24,2.31,2.31,2.27,2.03,2.44,2.41,1.84,1.93,1.95,2.41,2.36,2.05,1.96,1.70,1.45,2.28,2.11,2.47,2.09,1.87,1.92,2.05,1.75,1.78,1.88,2.35,2.72,1.38,1.86,2.25,1.46,2.25,2.12,1.91,1.96,2.15,1.94,1.53,1.81,1.98,2.31,2.08,1.81,2.27,1.63,2.14,2.33,1.83,2.23,2.41,2.03,1.80,1.90,2.16,1.86,2.34,1.89,1.86,2.17,2.10,1.82,2.31,1.95,2.30,1.64,2.30,2.31,2.11,2.09,2.29,2.14,1.86,1.85,2.37,2.06,1.96,1.90,2.44,2.54,1.77,2.08,2.32,2.16,1.38,1.64,1.81,2.14,1.86,2.29,1.83,2.23,2.27,1.96,2.02,1.94,1.68,2.19,1.96,2.16,2.34,2.21,2.42,2.57,1.63,2.21,2.69,1.83,2.17,1.77,1.64,1.97,2.12,1.94,2.20,2.21,1.97,1.89,2.08,1.77,2.26,1.96,2.39,1.85,2.07,2.09,1.74,2.19,2.28,2.38,2.49,2.05,2.40,1.39,2.29,2.35,2.28,2.25,2.20,1.83,2.36,2.10,2.14,1.55,2.24,2.09,1.69,1.92,2.31,1.68,2.25,1.96,2.39,1.71,2.25,1.87),dim=c(2,84),dimnames=list(c('mean','Up','Flank','mean','dwon','Flank '),1:84)) Error in array(list(2.05, 1.63, 2.15, 1.77, 1.63, 1.99, 2.09, 2.46, 1.89, : length of 'dimnames' [1] not equal to array extent Execution halted