a R object, the element-wise natural logarithm of x;
Description
Compute the natural logarithm of each element of an R numeric vector, calling R's log.
i1 : log RObject exp 2
--error or time limit reached in conversion of output to net: type 'debugError()' to run it again; will try conversion to string
o1 = 2
o1 : RObject of type double
See also
log1p(RObject) -- natural logarithm of 1 plus an R object