There are many ways to do this. The first and most straightforward that jumps to mind is to use the seq command, as inYou could also get the same result without having to know the last value by doing something likeCode:seq(1, 99, 2)And of course there are other ways.Code:(1:50)*2 - 1





Reply With Quote





