Works for the all instances of the object-class,
except for the segment-class.
Usage
forbidden(object)
forbidden(object) <- value
# S4 method for class 'polygon'
forbidden(object)
# S4 method for class 'polygon'
forbidden(object) <- value
# S4 method for class 'rectangle'
forbidden(object)
# S4 method for class 'rectangle'
forbidden(object) <- value
# S4 method for class 'circle'
forbidden(object)
# S4 method for class 'circle'
forbidden(object) <- valueArguments
- object
An instance of the
object-class.- value
Value with which to replace the original value of the
forbiddenslot.