save in "c" > c # print the content ‣ You can bind several vectors with name in "data frame" > c$height # vector with name "height" > c$height[3] # third value of the vector > mean(c$height) # average of "height" 21
Beautiful graphics ‣ Operations are recorded as script (=text), so it will be re-played easily ‣ New statistical methods are going to be implemented on R ‣ It's free! Open source! 36