powered by
This function reverses the order of the nodes in a chain.
# S3 method for rtree rev(x)
A chain to be reversed.
The reversed chain.
# NOT RUN { (tr0 = c_("Bob", "Carl", "Daniel")) (rev(tr0)) # }
Run the code above in your browser using DataLab