| gs_features-utils | R Documentation |
Utilities for extracting and adding node-associated features stored in the
fdata container of a GraphSpace object.
gs_fetch_features(x, vars = NULL, as_df = FALSE)
gs_add_features(x, data)
x |
A |
vars |
Character vector specifying feature names to extract.
If |
as_df |
Logical. If |
data |
A matrix-like or |
gs_fetch_features() returns a matrix-like object or
data.frame containing the selected node features.
gs_add_features() returns a modified
GraphSpace object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.