Set the scale factor for the representation
setScale(NGLVieweR, scale = 1)
A NGLVieweR object.
A numeric value indicating the scale factor (default is 1).
Updated NGLVieweR
object with new scale parameter.
Other transformations:
setPosition()
,
setRotation()
,
zoomMove()
NGLVieweR("7CID") %>%
addRepresentation("cartoon", param=list(name="cartoon", colorValue="blue")) %>%
setScale(2)