[R] Decimal series how to make.........

Niels Vestergaard Jensen nvj at fys.ku.dk
Wed Jun 14 08:36:17 CEST 2006


On 14 Jun 2006, anil kumar rohilla wrote:

>   Hi List,
>       I am new to this Rsoftware, i want to make a sereis for example which is having values like this, s<- 0,0.1,0.2,0.3,0.4........,1
>
> i tryed this statement
> s<-0:0.1:1
> but this giving an error megssage.
> but by default increment 1 it is taking ,,,,,so what to do ,,

You want the seq() function. Look it up by typing ?seq

About the ":" - watch out for the difference between 1:4-1 and 1:(4-1)
(Go ahead and try)

best

	Niels








>
> i want to use this varible in for loop..
>
> like for(j in s)
>
> thanks in advance
>
>
> ANIL KUMAR( METEOROLOGIST)
> LRF SECTION
> NATIONAL CLIMATE CENTER
> ADGM(RESEARCH)
> INDIA METEOROLOGICAL DEPARTMENT
> SHIVIJI NAGAR
> PUNE-411005 INDIA
> MOBILE +919422023277
> anilkumar at imdpune.gov.in
>
> 	[[alternative HTML version deleted]]
>
> ______________________________________________
> R-help at stat.math.ethz.ch mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
>



More information about the R-help mailing list