Skip to contents

Replace the Representations slot of a Region/Analysis object. Replace the entire slot.

Usage

Representations(x) <- value

# S4 method for Analysis,list
Representations(x) <- value

# S4 method for Analysis,Representation
Representations(x) <- value

# S4 method for Analysis,NULL
Representations(x) <- value

Arguments

x

A Region or Analysis object

value

The name of a Representation

Value

A Representation object, or character vector specifying Representation names

Scroll to top