is.QMatrix: Check if an object is an instance of the QMatrix class

Description Usage Arguments Value Author(s) See Also Examples

Description

Check if an object is an instance of the QMatrix class.

Usage

1
2
## Default S3 method:
is.QMatrix(this, ...)

Arguments

this

An object.

...

Not used.

Value

TRUE or FALSE.

Author(s)

Botond Sipos, Gregory Jordan

See Also

For more information see QMatrix.

Examples

1
2
3
4
5
6
7
       # create some objects
       m<-QMatrix()
       p<-Process()
       # chek if they inherit from QMatrix
       is.GeneralSubstitution(m)
       is.GeneralSubstitution(p)
 

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