Assignment1: Binding of two columns
Assignment2: Multiplying two matrix
Assignment3: Plotting regression using NSE data from 1Dec to 1Jan.
Assginment4:
Generate a normal Distribution data & plot it.
The Required Code :x<-seq(-50,50,by=1)
> y<-dnorm(x,mean=0,sd=1)
> plot(x,y,type="l")
No comments:
Post a Comment