Skip to contents

Given a list of regions, merge them. Data are all preserved, with the exception of the id slot, which can be determined by passing the id parameter here.

Usage

.smc(regions, id = NULL, slots = NULL)

Arguments

regions

A list of Regions

id

The name of the combined Regions

slots

Which slots to merge. If NULL, all of them. Specifying slots through this parameter may decrease the memory requirements of multi-Region analyses in certain cases.

Value

A list of Regions

Scroll to top