Learn R Programming

phylosim (version 3.0.5)

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

Description

Print the character representation of a QMatrix object.

Usage

# S3 method for QMatrix
print(x, ...)

Arguments

x

A QMatrix object.

...

Not used.

Value

The character representation of the QMatrix object.

See Also

For more information see QMatrix.

Examples

Run this code
# NOT RUN {
	# create a QMatrix object
	m<-QMatrix()
	# print the character representation
	print(m)
	# the same, but implicitly
	m
 
# }

Run the code above in your browser using DataLab