.adj<- {mina}R Documentation

Setter for the slot 'adj' and 'adj_sig', the adjacency matrix of 'norm' and corresponding significant value matrix with 'sig' is 'TRUE'.

Description

Setter for the slot 'adj' and 'adj_sig', the adjacency matrix of 'norm' and corresponding significant value matrix with 'sig' is 'TRUE'.

Get the slot 'adj'.

Get the slot 'adj_sig'.

Usage

.adj(x) <- value

## S4 replacement method for signature 'mina'
.adj(x) <- value

.adj(x)

adj_sig(x) <- value

## S4 replacement method for signature 'mina'
adj_sig(x) <- value

adj_sig(x)

Arguments

x

The 'mina' object.

value

The value to set for the slot of the 'mina' object 'x'.

Value

The 'adj' slot of the 'mina' object.

The slot 'adj_sig' of the object.


[Package mina version 1.1.11 Index]