ll.PSRoot: Display detailed information about the virtual fields and...

Description Usage Arguments Value Author(s) See Also Examples

Description

Display detailed information about the virtual fields and methods defined for a given object. The method prints the class of the object, all the parent classes, and the virtual fields and methods defined in the immediate class.

This method provides a "quick and minimal" documentation for PhyloSim classes.

Usage

1
2
## S3 method for class 'PSRoot'
ll(this, quiet=FALSE, ...)

Arguments

this

A PSRoot object.

quiet

Do not print out methods list.

...

Not used.

Value

Text.

Author(s)

Botond Sipos, Gregory Jordan

See Also

For more information see PSRoot.

Examples

1
2
3
4
5
6
	# create a Site object
	s<-Site()
	ll(s)
	# get information about the Process class
	ll(Process())
 

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