r3dmol-shiny {r3dmol} | R Documentation |
Shiny bindings for r3dmol
Description
Output and render functions for using r3dmol within Shiny applications and interactive Rmd documents.
Usage
r3dmolOutput(outputId, width = "100%", height = "400px")
renderR3dmol(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 r3dmol |
env |
The environment in which to evaluate |
quoted |
Is |
[Package r3dmol version 0.1.2 Index]