getId.QMatrix: Get the unique identifier of a QMatrix object

Description Usage Arguments Value Author(s) See Also Examples

Description

Get the unique identifier of a QMatrix object.

Usage

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

Arguments

this

A QMatrix object.

...

Not used.

Value

A character vector of length one.

Author(s)

Botond Sipos, Gregory Jordan

See Also

For more information see QMatrix.

Examples

1
2
3
4
5
6
7
	# create a QMatrix object
	m<-QMatrix()
	# get object id
	getId(m)
	# get object id via virtual field
	m$id
 

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