Description Usage Arguments Value Examples
Essentially zooming. Useful while stereo rendering.
1 |
id |
R3dmol |
dist |
Numeric distance. |
R3dmol id
or a r3dmol
object (the output from
r3dmol()
)
1 2 3 4 5 | library(r3dmol)
r3dmol() %>%
m_add_model(data = pdb_6zsl, format = "pdb") %>%
m_set_preceived_distance(dist = 200)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.