getName.QMatrix: Get the name of a QMatrix object

Description Usage Arguments Value Author(s) See Also Examples

Description

Get the name of a QMatrix object.

Usage

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

Arguments

this

A QMatrix object.

...

Not used.

Value

A charcter 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
8
9
	# create a QMatrix object
	m<-QMatrix()
	# set/get name
	setName(m,"Susie Q")
	getName(m)
	# set/get name via virtual field
	m$name<-"Q"
	m$name
 

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