network_plot | R Documentation |
Create network plot with ggplot2
network_plot( df, text = NA, label1 = TRUE, label2 = FALSE, title = "", xlab = "", ylab = "" )
df |
Dataframe, Dataframe to create plot with |
text |
String, Hover info text |
label1 |
Boolean, Should terms be labeled in plot |
label2 |
Boolean, Should genes be labeled in plot |
title |
String, Title for plot |
xlab |
String, Label for X axis |
ylab |
String, Label for Y axis |
gg, Plot object (ggplot2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.