A_Matrix | R Documentation |
A binary dgCMatrix matrix used as toy example in getPM
and getMutex
and getMutexAB
and getMutexGroup
data("A_Matrix")
The format is:
Formal class 'dgCMatrix' [package "Matrix"] with 6 slots
..@ i : int [1:249838] 5 9 10 11 13 14 18 20 23 24 ...
..@ p : int [1:501] 0 503 1010 1506 1995 2497 2981 3488 4002 4474 ...
..@ Dim : int [1:2] 1000 500
..@ Dimnames:List of 2
.. ..$ : NULL
.. ..$ : NULL
..@ x : num [1:249838] 1 1 1 1 1 1 1 1 1 1 ...
..@ factors : list()
data(A_Matrix)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.