powered by
combine.zones combines the elements of z1 and z2 into a single list, returning only the unique zones.
combine.zones
z1
z2
combine.zones(z1, z2)
A list of zones
A list of distinct zones
# NOT RUN { z1 = list(1:2, 1:3) z2 = list(2:1, 1:4) combine.zones(z1, z2) # }
Run the code above in your browser using DataLab