Re: [R] I have trouble loading histogram :(

2015-09-14 Thread John Kane
PDT) > To: r-help@r-project.org > Subject: [R] I have trouble loading histogram :( > > Make a histogram and boxplot of the data sets: *south.csv*. > > south.csv (the following is how it is displayed in the excel file) > x -> Acolumn, 1st row > 12 > 10 > 10 >

Re: [R] I have trouble loading histogram :(

2015-09-14 Thread Sarah Goslee
Is this homework? We don't do homework here. Two hints, though: use str() to look at your data after you read it into R. don't use attach(). Sarah On Mon, Sep 14, 2015 at 10:45 AM, massmatics <2hanl...@naver.com> wrote: > Make a histogram and boxplot of the data sets: *south.csv*. > > south.csv

[R] I have trouble loading histogram :(

2015-09-14 Thread massmatics
Make a histogram and boxplot of the data sets: *south.csv*. south.csv (the following is how it is displayed in the excel file) x -> Acolumn, 1st row 12 10 10 13 12 12 14 7 16 18 8 29 12 14 33 10 6 18 11 25 8 16 14 11 10 20 14 11 12 13 -> Acolumn, 31st row This is the code I used to run but faile