Open Dain1234 opened 1 year ago
HISTOGRAM: a<-c(55,67,89,80,90) hist(a)
Scatterplot: set.seed(9)
x<-rnorm(1000) y<-rnorm(1000)
smoothScatter(y~x) smoothScatter(x,y)
HISTOGRAM: a<-c(55,67,89,80,90) hist(a)