Introduction
Dear All,
R is really a useful tool for all kind of users..more intelligent one.
More support for Graphics and Statistical analysis.
R console will look like this.
> 1 + 2
[1] 3
Variables can be initialized like this
> y = 1
> y
[1] 1
Vectors can be created like tis
s(2, 3, 5)
[1] 2 3 5
R is really a useful tool for all kind of users..more intelligent one.
More support for Graphics and Statistical analysis.
R console will look like this.
> 1 + 2
[1] 3
Variables can be initialized like this
> y = 1
> y
[1] 1
Vectors can be created like tis
s(2, 3, 5)
[1] 2 3 5
Comments
Post a Comment