Description
Set the size of an object.
Set the size of an arm.
Usage
setSize(object, size)setSize(object, size)
# S4 method for Arm
setSize(object, size)
# S4 method for Design
setSize(object, size)
Value
The object with its size updated.
The object Arm
object with its new size.
Arguments
- object
An object Arm
from the class Arm.
- size
A numeric giving the new size of the object Arm
.