x <- boeker
reverse(x) # reverse all constructs
reverse(x, 1) # reverse construct 1
reverse(x, 1:2) # reverse constructs 1 and 2
# swapPoles will become deprecated, use reverse instead
swapPoles(x, 1) # swap construct poles of construct
Run the code above in your browser using DataLab