I know that I can create an expression tree in R using the ...substitute... function. Let's say that I generate the following expression tree:...expT <- substitute(a+(2*b+c))
...Is it possible to visualize the expression tree in R, producing something lik...