Learn R Programming

phylosim (version 3.0.5)

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, ...)

Arguments

this

An object.

value

Not used.

...

Not used.

Value

Throws an error.

See Also

For more information see Sequence.