setQuality | R Documentation |
Set Quality
setQuality(NGLVieweR, quality = "medium")
NGLVieweR |
A NGLVieweR object. |
quality |
Set rendering quality. Can be "low", "medium" (default) or "high". |
setQuality parameter in NGLVieweR
htmlwidgets
object.
Other options:
setFocus()
,
snapShot()
,
updateFocus()
,
updateFullscreen()
NGLVieweR("7CID") %>%
addRepresentation("cartoon",
param=list(name="cartoon", colorValue="blue")) %>%
setQuality("medium")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.