| gexfjs | R Documentation |
Creates an htmlwidget that renders a GEXF file using the bundled gexf-js library.
gexfjs(
gexf = system.file("gexf-graphs/lesmiserables.gexf", package = "rgexf"),
width = "100%",
height = "400px"
)
gexfjsOutput(outputId, width = "100%", height = "400px")
renderGexfjs(expr, env = parent.frame(), quoted = FALSE)
gexf |
Either a |
width, height |
Widget dimensions. Default to |
outputId |
Shiny output ID. |
expr |
An expression that returns a |
env |
The environment in which to evaluate |
quoted |
Logical scalar. Is |
An htmlwidget object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.