Learn R Programming

phylosim (version 3.0.5)

ll.PSRoot: Display detailed information about the virtual fields and methods defined for a given object

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

# S3 method for PSRoot
ll(this, quiet=FALSE, ...)

Arguments

this

A PSRoot object.

quiet

Do not print out methods list.

...

Not used.

Value

Text.

See Also

For more information see PSRoot.

Examples

Run this code
# NOT RUN {
	# create a Site object
	s<-Site()
	ll(s)
	# get information about the Process class
	ll(Process())
 
# }

Run the code above in your browser using DataLab