.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'.
Get the slot 'adj'.
Get the slot 'adj_sig'.
.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)
x |
The 'mina' object. |
value |
The value to set for the slot of the 'mina' object 'x'. |
The 'adj' slot of the 'mina' object.
The slot 'adj_sig' of the object.