Tuesday, 8 January 2013

IT Business Lab Class 01

IT Business Lab Assignment 01


Question 01: Histogram



Question 02: Naming




Question 03: Scatter





Question 04: Range

> x<-read.csv(file.choose(),header=T)
> b<-x[,5]
> c<-c(a,b)
> range c
Error: unexpected symbol in "range c"
> range(c)
[1] 4888.20 6016.15

No comments:

Post a Comment