Description Usage Arguments Value Examples
Construct isosurface from volumetric data in gaussian cube format
1 | m_add_isosurface(id, data, isoSpec)
|
id |
R3dmol |
data |
Path of input data path or a vector of data. |
isoSpec |
Volumetric data shape specification |
R3dmol id
or a r3dmol
object (the output from
r3dmol()
)
1 2 3 4 5 6 7 8 9 10 11 12 | library(r3dmol)
r3dmol() %>%
m_add_isosurface(
data = cube_benzene_homo,
isoSpec = list(
isoval = -0.01,
color = "red",
opacity = 0.95
)
) %>%
m_zoom_to()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.