A_Matrix {Rediscover} | R Documentation |
A_Matrix data
Description
A binary dgCMatrix matrix used as toy example in getPM
and getMutex
and getMutexAB
and getMutexGroup
Usage
data("A_Matrix")
Format
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()
Examples
data(A_Matrix)
[Package Rediscover version 0.3.2 Index]