Skip to contents

You can subset SpatialMap by identifier or by position using the `[` operator.

Usage

# S4 method for SpatialMap,ANY,missing,missing
[(x, i, j, ..., drop = FALSE)

Arguments

x

A SpatialMap object.

i

The names of Regions or numerical indices

j

Not used.

...

Additional arguments not used here.

drop

Always FALSE

Value

A SpatialMap object.

Scroll to top