sparseMarkov {roots}R Documentation

Make markov matrix sparse

Description

Make markov matrix sparse

Usage

sparseMarkov(mkv, knn)

Arguments

mkv

Markov matric

knn

Number of nearest neighbours. See above.

Details

Make markov matrix sparse Choose knn as the maximum number of similar cells are likely to exist in your dataset.

Value

Markovian sparse matrix.

Author(s)

Wajid Jawaid


[Package roots version 1.0 Index]