Functions of setting viewer properties, such as width, height, background
color, etc.
The viewer size can be adjusted automatically under normal circumstances.
Usage
m_set_width(id, width)
m_set_height(id, height)
m_set_background_color(id, hex, alpha)
Arguments
id
R3dmol id or a r3dmol object (the output from
r3dmol())
width, height
Weight and height numeric in pixels
hex
Hex code specified background color, or standard color spec
character
alpha
Alpha level numeric (default 1.0)
Value
R3dmol id or a r3dmol object (the output from
r3dmol())