ASSIGNMENT 0: Line plot of a variable
command used :
>x<-c(1,2,3)
>plot(x,type="l")
>plot(x,type="l")
ASSIGNMENT 1: Plot a variable as histogram.
Command used:
>plot(zcol1,type="h")
Command used:
>plot(zcol1,type="b",main="NSE Indices Graph",xlab="time",ylab="indices")
ASSIGNMENT 3: Create a scatter plot by using high and low value.
Command used:
>plot(zcol1,zcol2)





No comments:
Post a Comment