I am bit confuse with R log function:
log(10) = 1 in base 10
but when I type this in R log(10) = 2.302585
So my question is how do I implicitly tell the base in R log function.
I am bit confuse with R log function: log(10) = 1 in base 10
Share
So you call function
logwith the second parameter 10 (base that you want).For example: