
Last chance! 50% off unlimited learning
Sale ends in
Applies an expression to vector v, optionally inverting the expression first. For example if the expression is log, funcall returns log(v) if inverse is FALSE, and exp(v) if inverse is TRUE.
funcall(v, vcall, inverse = FALSE)
vector
expression
logical
Returns a vector of length v.
Inverse covers functions log, exp, sqrt, ^, *, /, +, -.