plot_e_type_bar {MetaNet} | R Documentation |
Plot e_type bar
Description
Plot e_type bar
Usage
plot_e_type_bar(go, mode = c("left", "right")[1], degree_threshold = 0)
Arguments
go |
metanet object |
mode |
"left" or "right" |
degree_threshold |
degree threshold |
Value
ggplot
Examples
data("c_net")
plot_e_type_bar(co_net, degree_threshold = 10)
[Package MetaNet version 0.2.7 Index]