Update polygon list

# S4 method for polygonList,polygonList
updateList(x, y)

Arguments

x

a named list

y

a named list

Value

A named list, with elements sorted by name. The values of matching elements in list y replace the values in list x.

Note

This is a temporary workaround until we resolve inheritance of S3 classes (see .polygonList).