Description Usage Arguments Value Examples
Delete all existing models
1 |
id |
R3dmol |
id R3dmol id
or a r3dmol
object (the output from
r3dmol()
)
1 2 3 4 5 6 7 8 9 10 11 | library(r3dmol)
mol <- r3dmol() %>%
m_add_model(data = "data-raw/Conformer3D_CID_5291.sdf", format = "sdf")
# Render model
mol
# Remove all labels
mol %>%
m_remove_all_models()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.