| kgraph-class | R Documentation |
Class kgraph defines a kgraph object.
mata parase matrix object that contains the knn adjacent matrix
kk used for constructing knn graph
filefile name that saves that knn graph
snnknn is converted to snn graph if True
snn.prunesnn prunning. edges with weight less than snn.prune will be removed
data(demo.sp); demo.sub.sp = demo.sp[1:5,]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.