Learn R Programming

smerc (version 1.8.3)

combine.zones: Combine distinct zones

Description

combine.zones combines the elements of z1 and z2 into a single list, returning only the unique zones.

Usage

combine.zones(z1, z2)

Value

A list of distinct zones

Arguments

z1

A list of zones

z2

A list of zones

Examples

Run this code
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