View source: R/01_flowgraph_modifiers.R
fg_clear_summary | R Documentation |
Removes all summary statistics in a flowGraph object; we recommend doing this to save space.
fg_clear_summary(fg)
fg |
flowGraph object. |
flowGraph object with an empty summary
slot.
flowGraph-class
fg_summary
no_cores <- 1
data(fg_data_pos30)
fg <- flowGraph(fg_data_pos30$count, class=fg_data_pos30$meta$class,
prop=FALSE, specenr=FALSE,
no_cores=no_cores, node_features="count")
fg_get_summary_desc(fg)
fg <- fg_clear_summary(fg)
fg_get_summary_desc(fg)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.