Skip to contents

Replace the graphs slot of a Region/Analysis object. Replace the entire slot. Replacement value should be a list of graphs

Usage

NNs(x) <- value

# S4 method for Analysis,listOrNull
NNs(x) <- value

Arguments

x

A Region or Analysis object

value

A list of graphs

Value

A Region

Scroll to top