| subexpr {PKPDmodels} | R Documentation |
Substitute the expression sub for the name
nm in expr by walking the tree.
subexpr(expr, nm, sub)
expr |
an expression |
nm |
a name for which to substitute |
sub |
the expression to substitute for name nm |
the expression with all occurrences of nm replaced by sub
this function is called recursively