m_add_isosurface {r3dmol} | R Documentation |
Construct isosurface from volumetric data in gaussian cube format
Description
Construct isosurface from volumetric data in gaussian cube format
Usage
m_add_isosurface(id, data, isoSpec)
Arguments
id |
R3dmol |
data |
Path of input data path or a vector of data. |
isoSpec |
Volumetric data shape specification |
Value
R3dmol id
or a r3dmol
object (the output from
r3dmol()
)
Examples
library(r3dmol)
r3dmol() %>%
m_add_isosurface(
data = cube_benzene_homo,
isoSpec = list(
isoval = -0.01,
color = "red",
opacity = 0.95
)
) %>%
m_zoom_to()
[Package r3dmol version 0.1.2 Index]