ggbrnet | R Documentation |
Visualize a branching network
ggbrnet(
x,
patch_color = "steelblue",
edge_color = "black",
edge_alpha = 1,
edge_linetype = "solid",
edge_width = 0.5,
patch_label = "none",
patch_size = 3,
...
)
x |
|
patch_color |
Character.
Specify the type of patch (vertex) color.
Either |
edge_color |
Edge color.
Mapping with |
edge_alpha |
Edge transparency.
Numeric or one of the columns in |
edge_linetype |
Edge line type.
Mapping with |
edge_width |
Edge line width.
Mapping with |
patch_label |
Character.
Specify the type of patch (vertex) label.
Either |
patch_size |
Numeric. Patch (vertex) size in the plot. |
... |
Arguments passed to |
Akira Terui, hanabi0111@gmail.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.