treeNetwork-shiny {networkD3} | R Documentation |
Shiny bindings for treeNetwork
Description
Output and render functions for using treeNetwork within Shiny applications and interactive Rmd documents.
Usage
treeNetworkOutput(outputId, width = "100%", height = "400px")
renderTreeNetwork(expr, env = parent.frame(), quoted = FALSE)
Arguments
outputId |
output variable to read from |
width , height |
Must be a valid CSS unit (like |
expr |
An expression that generates a treeNetwork |
env |
The environment in which to evaluate |
quoted |
Is |
[Package networkD3 version 0.4.1 Index]