graphed_features | R Documentation |
Trims features
so that only columns whose names match the vertex names
in graph
are retained.
graphed_features(features, graph)
features |
matrix or 3D array. |
graph |
an igraph. |
A matrix or 3D array (as features features
), reduced and
reshaped such that only features belonging to the vertices in graph
appear in the order given by graph
.
Other data laundering techniques:
common_features()
,
cut_off()
,
induced.subgraph.by_name()
,
launder()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.