Returns a list for the setup r3dmol()
function, to set
overall settings for the viewer going forward.
m_viewer_spec(
id = NULL,
defaultcolors = NULL,
cartoonQuality = 5,
antialias = TRUE,
nomouse = FALSE,
backgroundColor = "white",
lowerZoomLimit = 5,
upperZoomLimit = 400,
orthographic = FALSE,
disableFog = FALSE
)
id of the canvas.
Object defining default atom colors as atom => color property value pairs for all models within this viewer.
Defaults to 5
.
Logical, disable to decrease quality but improve performance.
Whether to disable handling of mouse events. Disabled will prevent user interaction.
color of the canvas's background.
Specify how far the user can zoom in.
Specify how far the user can zoom out.
Logical. Setting orthographic instead of perspective representation.
Logical, disable fog, defaults to FALSE