It says this
The number is multiplied by different factors (from .5 to 3) depending on the kind of vector.
I am unable to understand the working and with which factor does it multiply with for which vector?
Pls cite the reference also
Thanks in advance:)
R is an interpreted language, like Python, not a complied language like C, Rust or Haskell, say. The source code doesn’t get compiled into binary. Every script is readable exactly the same way as the interpreter gets it to run through the terminal or the RStudio IDE. So, if you cut and paste the snippet, you should get the same results.