m_set_slab: Set slab of view

Description Usage Arguments Value Examples

View source: R/set.R

Description

Set slab of view (contents outside of slab are clipped).

Usage

1
m_set_slab(id, near, far)

Arguments

id

R3dmol id or a r3dmol object (the output from r3dmol())

near

near clipping plane distance

far

far clipping plane distance

Value

R3dmol id or a r3dmol object (the output from r3dmol())

Examples

1
2
3
4
5
6
7
library(r3dmol)

r3dmol() %>%
  m_add_model(data = pdb_6zsl, format = "pdb") %>%
  m_set_style(style = m_style_cartoon()) %>%
  m_zoom_to() %>%
  m_set_slab(near = -90, far = 0)

r3dmol documentation built on March 14, 2021, 5:08 p.m.