Tuesday, 8 January 2013

BIS Lab I

ASSIGNMENT 0: Line plot of a variable

command used :
>x<-c(1,2,3)
>plot(x,type="l")


ASSIGNMENT 1: Plot a variable as histogram.

Command used:
>plot(zcol1,type="h")


 ASSIGNMENT 2: Plot both the lines & points with xlab , ylab and  name

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)

 ASSIGNMENT 4: Maximum Volatility




No comments:

Post a Comment