Set the scale factor for the representation
setScale(NGLVieweR, scale = 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)