B_Matrix | R Documentation |
A binary dgCMatrix matrix used as toy example in getPM
and getMutex
and getMutexAB
and getMutexGroup
.
data("B_Matrix")
The format is:
Formal class 'dgCMatrix' [package "Matrix"] with 6 slots
..@ i : int [1:249526] 1 2 4 8 9 11 13 15 18 20 ...
..@ p : int [1:501] 0 498 1014 1527 2048 2558 3036 3511 4035 4537 ...
..@ Dim : int [1:2] 1000 500
..@ Dimnames:List of 2
.. ..$ : NULL
.. ..$ : NULL
..@ x : num [1:249526] 1 1 1 1 1 1 1 1 1 1 ...
..@ factors : list()
data(B_Matrix)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.