setLength.Sequence: Forbidden action: setting the length of a Sequence object
Description
Forbidden action: setting the length of a Sequence object.
The length of the Sequence objects can be specified when the object is constructed,
or modified later by the "insertSequence" and "deleteSubSequence" methods.
Usage
# S3 method for Sequence
setLength(this, value, ...)
See Also
For more information see Sequence
.