cytoscapeNetworkOutput.Rd
Shiny output binding for cytoscapeNetwork
cytoscapeNetworkOutput(outputId, width = "100%", height = "500px")
output variable to read from
Must be a valid CSS unit (like "100%", "400px", "auto") or a number, which will be coerced to a string and have "px" appended.
"100%"
"400px"
"auto"
"px"