0
I am trying to solve this question given in a manual but I cannot make the sequence of odd numbers
0
I am trying to solve this question given in a manual but I cannot make the sequence of odd numbers
2
Just pay attention to the parameters.
seq(from = 1, to = 30, by = 2)
from
: beginning of the sequenceto
: maximum possible value of the sequence. Not quite the final element.by
: sequence increment.Browser other questions tagged r
You are not signed in. Login or sign up in order to post.
Post the code you’ve tried so it’s easier for the community to help you
– Barbetta
thanks but I already got the bid was to start from 1 and increase by 2
– bony duque