
Last chance! 50% off unlimited learning
Sale ends in
Expands the contents of functions used in a formula.
expandFun(formula, ...)
A mathematical expression (see examples and plotFun()
)
additional parameters
A list with the new expanded formula and the combined formals
# NOT RUN {
f=makeFun(x^2~x)
expandFun(f(z)~z) #Returns z^2~z
# }
Run the code above in your browser using DataLab