Description Usage Arguments Value Examples
Extractor function for the matrices of hypergeometric, diffusion and PageRank methodologies
1 |
data |
FELLA.DATA object |
method |
Character, exactly one of:
|
Matrix for the desired methodology (internal usage)
1 2 3 4 5 6 7 8 9 10 | ## This function is internal
attach(environment(FELLA:::getMatrix))
data(FELLA.sample)
# When a matrix is loaded:
x <- getMatrix(FELLA.sample, "hypergeom")
dim(x)
# When it is not:
y <- getMatrix(FELLA.sample, "diffusion")
dim(y)
y
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.