as.character.QMatrix: Return the character representation of a QMatrix object

Description Usage Arguments Value Author(s) See Also Examples

Description

Return the character representation of a QMatrix object.

Usage

1
2
## S3 method for class 'QMatrix'
as.character(x, ...)

Arguments

x

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 the character representation
	as.character(m)
	# the same, but implicitly
	m
 

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