getWriteProtected.QMatrix: Check if the object is write protected

Description Usage Arguments Value Author(s) See Also

Description

Check if the object is write protected.

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

1
2
## S3 method for class 'QMatrix'
getWriteProtected(this, ...)

Arguments

this

A QMatrix object.

...

Not used.

Value

TRUE or FALSE

Author(s)

Botond Sipos, Gregory Jordan

See Also

getWriteProtected.Process


phylosim documentation built on Nov. 22, 2019, 1:07 a.m.