Question
Which function provides more control than the colon operator when generating a sequence?
Select an option. Your answer will be checked instantly.
Correct Answer: A. seq()
Explanation:
seq() can specify the starting value, ending value, step size, or desired length.
This makes it suitable for non-unit and fractional sequences.
Leave a Reply