everyone. I just started learning r programming with swirl.
I just learned seq
.
On the actual practice, the argument for setting a desired length of the sequence was noted as length
. Yet, when I read the help document relating to seq
, I found that length.out
is the argument noted with the same definition. And there were no mentioning of length
as an argument within seq
.
I know this is very elementary for most of you, but I wanted to know why that was different on the swirl module.
I googled the title of this posting to see if anyone has asked the same question. But I wasn't able to find anything on it.
Thank you so much for reading and I hope to hear from someone soon.