Works for the circle-class.
Usage
radius(object)
radius(object) <- value
# S4 method for class 'circle'
radius(object)
# S4 method for class 'circle'
radius(object) <- valueArguments
- object
An instance of the
circle-class.- value
Value with which to replace the original value of the
radiusslot.