Learn R Programming

phylosim (version 3.0.5)

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

Description

Get the unique identifier of a QMatrix object.

Usage

# S3 method for QMatrix
getId(this, ...)

Arguments

this

A QMatrix object.

...

Not used.

Value

A character vector of length one.

See Also

For more information see QMatrix.

Examples

Run this code
# NOT RUN {
	# create a QMatrix object
	m<-QMatrix()
	# get object id
	getId(m)
	# get object id via virtual field
	m$id
 
# }

Run the code above in your browser using DataLab