print.QMatrix: Print the character representation of a QMatrix object

Description Usage Arguments Value Author(s) See Also Examples

Description

Print the character representation of a QMatrix object.

Usage

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

Arguments

x

A QMatrix object.

...

Not used.

Value

The character representation of the QMatrix object.

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

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