nodes_permutation_somatotopy: nodes_permutation_somatotopy

Description Usage Arguments Details Value Examples

View source: R/graph_operation.R

Description

Nodes Permutation Somatotopy basé sur la fonction sequence_order_nodes_according_somatotpy, reordonne les noeds du graph afin qu'il respecte la disposition selon les zones en somatotopie. For this function to work correctly, it is necessary that the columns respect the naming convention as follow "zoneName"_NnSel "zoneName" or Salt "zoneName"_Sel "zoneName" or SelNn "zoneName"_Sel "zoneName" be respected beforehand.

Usage

1

Arguments

g

igraph::graph. The graph to be reordered.

Details

nodes_permutation_somatotopy reorders the graph noodes so that it respects the layout according to the somatotopic areas and returns a new graph.

Value

igraph::graph. The reordered graph.

Examples

1
2
3
4
## Not run: 
    nodes_permutation_somatotopy(graph)

## End(Not run)

JeremyGillard/somar documentation built on March 19, 2021, 10:50 a.m.