powered by
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)
Returns a vector of length v.
vector
expression
logical
Tim Cole tim.cole@ucl.ac.uk
Inverse covers functions log, exp, sqrt, ^, *, /, +, -.