powered by
Retains only specific branches, that are identified by their node numbers.
keep_branches(th, branch_nodes, include_lower = TRUE)
A TreeHarp object.
An integer vector, specifying the nodes to keep.
A logical value - whether or not the lower branches should also be kept.
ex1 <- quote(x <- f(y, g(5))) th1 <- TreeHarp(ex1, TRUE) keep_branches(th1, 3) keep_branches(th1, 3, include_lower = FALSE) keep_branches(th1, c(2,3), FALSE) keep_branches(th1, c(3, 4), FALSE)
Run the code above in your browser using DataLab