Skip to contents

Get or set the activeAnalysis of a SpatialMap object.

Usage

activeAnalysis(x)

activeAnalysis(x) <- value

Arguments

x

A SpatialMap object.

value

The replacement value. Should be the title of an existing analysis as a string.

Details

These functions only operate on already existing Analysis objects within a SpatialMap. See vignette("Quickstart_guide") for an example workflow showing use of these functions and more info on the Analysis class.

See also

Scroll to top