adj_accessor: Setter for the slot 'adj' and 'adj_sig', the adjacency matrix...

Description Usage Arguments Value

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

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
.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.


Guan06/mina documentation built on Feb. 21, 2022, 11:56 a.m.