[R] for loop incremented by 0.01
Erik Iverson
eriki at ccbr.umn.edu
Wed Jun 9 18:48:00 CEST 2010
not tested
for(i in seq(0, 1, by = 0.01)) {
print(i)
}
Read FAQ 7.31 though.
suman dhara wrote:
> Sir,
> I want to use a for loop which will be incremented by 0.01 in 0 to 1.
> Please help.
>
> Regards,
> Suman Dhara
>
> [[alternative HTML version deleted]]
>
> ______________________________________________
> R-help at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
More information about the R-help
mailing list