Plot the betweenness distributions across regions
plot_betweenness_regions.Rd
Bar plot of betweenness per region in descending magnitude
Arguments
- e
experiment object
- channels
(str, default = c("cfos", "eyfp", "colabel")) Channels to plot
- colors
(str, default = ) String vector of hexadecimal color codes corresponding to to each channel plotted.
- network
(str, default = "AD") Which network to plot the betweenness distribution across regions
- title
(str, default = "")
- height
(int, default = 15) Height of the plot in inches.
- width
(int, default = 20) Width of the plot in inches.
- ylim
(vec, default = c(0,15))axes limits of y-axis
- sort_super_region
(bool, default = FALSE) Whether to divide into subfacets based on which parent region
- region_label_angle
(int, default = 60) Angle of region labels.
- label_text_size
(int, default = 12) Font size of region labels. the experiment object output folder.
- image_ext
(default = ".png") image extension to the plot as.
- print_plot
(bool, default = TRUE) Whether to print the plot as an output.s
- save_plot
(bool, default = TRUE) Save into the figures subdirectory of the the experiment object output folder.