Skip to contents

Retrieve a Representation from a Region object by name, or, if no value is passed, return the Region's Representations (a list of Representations)

Usage

Representations(x, value)

# S4 method for Analysis,missing
Representations(x, value)

# S4 method for Analysis,character
Representations(x, value)

# S4 method for SpatialMap,character
Representations(x, value)

# S4 method for SpatialMap,missing
Representations(x, value)

Arguments

x

A Region object

value

The name of a Representation

Value

A Representation object, or list of Representations

Scroll to top