Learn R Programming

phylosim (version 3.0.5)

setWriteProtected.QMatrix: Set the write protection field for a QMatrix object

Description

Set the write protection field for a QMatrix object.

QMatrix object do not have a write protection flag of their own, but they use the one from the associated Process object. Write protected objects cannot be modified through get/set methods and virtual fields.

Usage

# S3 method for QMatrix
setWriteProtected(this, value, ...)

Arguments

this

A QMatrix object.

value

A logical vector of size one.

...

Not used.

Value

TRUE or FALSE

See Also

setWriteProtected.Process