Graphics in R
Graphics in R. X<-c(1:25) Y<-X^2. Plot(X,Y) #more examples later. plot(X,Y,type="l") # more examples later. plot(X,Y,type="b"). plot(X,Y,type="c"). plot(X,Y,type="o"). plot(X,Y,type="S"). Main and labels.
623 views • 49 slides