NNtoGraph | R Documentation |
Convert Neighbor class to an asymmetrical Graph class
NNtoGraph(nn.object, col.cells = NULL, weighted = FALSE)
nn.object |
A neighbor class object |
col.cells |
Cells names of the neighbors, cell names in nn.object is used by default |
weighted |
Determine if use distance in the Graph |
Returns a Graph object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.