[R] I have trouble loading histogram :(

massmatics 2hanl2da at naver.com
Mon Sep 14 16:45:18 CEST 2015


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 failed :(
My solution:
*south <- read.csv("C:/Users/Win/Desktop/south.csv")
attach(south)
hist(south)* --> When I ran this, it didn't work. Isn't this supposed to be
correct? :(

Thanks!




--
View this message in context: http://r.789695.n4.nabble.com/I-have-trouble-loading-histogram-tp4712231.html
Sent from the R help mailing list archive at Nabble.com.



More information about the R-help mailing list