Description Usage Arguments Value
View source: R/ggnetwork_plot.R
This creates a network plot which is compatible with plotly to make interactive plots. It makes it possible to hover box that includes your results related to each phenotype and/or a description of the phenotypes.
1 2 3 4 5 | ggnetwork_plot(
phenoNet,
colour_column = "fold_change",
colour_label = "Fold change"
)
|
phenoNet |
The network object created using create_network_object |
colour_column |
column name of the variable to be mapped to colour <string> |
colour_label |
A label for the colour figure legend <string> |
A network plot (compatible with interactive plotly rendering).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.