View source: R/01_flowgraph_modifiers.R
fg_clear_features | R Documentation |
Returns a flowGraph object with only the count
feature.
fg_clear_features(fg)
fg |
flowGraph object. |
flowGraph object with only the count
node
feature.
flowGraph-class
no_cores <- 1
data(fg_data_pos30)
fg <- flowGraph(fg_data_pos30$count, class=fg_data_pos30$meta$class,
no_cores=no_cores)
fg <- fg_clear_features(fg)
fg_get_summary_desc(fg)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.