R version 3.0.2 (2013-09-25) -- "Frisbee Sailing" Copyright (C) 2013 The R Foundation for Statistical Computing Platform: i686-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 <- c(4 1,5 1,3 1,4 1,5 1,3 1,7 1,5 1,6 1,3 1,2 1,4 1,5 1,2 1,3 1,6 1,4 1,4 1,6 1,2 1,3 1,5 1,4 1,2 1,7 1,1 1,4 1,4 1,7 1,4 1,3 1,3 1,3 1,3 1,2 1,5 1,5 1,3 1,6 1,2 1,8 2,9 2,10 2,7 2,8 2,9 2,10 2,6 2,6 2,7 2,8 2,9 2,8 2,7 2,5 2,11 2,7 2,8 2,10 2,9 2,3 2,5 2,4 2,2 2,6 2,1 2,4 2,4 2,5 2,4 2,3 2,3 2,4 2,3 2,2 2,5 2,4 2,3 2,6 2,2 2) Error: unexpected numeric constant in "x <- c(4 1" Execution halted