Learn R Programming

phylosim (version 3.0.5)

getMethodsList.PSRoot: Get the list of applicable methods for an object

Description

Get the list of applicable methods for an object.

Usage

# S3 method for PSRoot
getMethodsList(this, ...)

Arguments

this

A PSRoot object.

...

Not used.

Value

The list of applicable methods.

See Also

For more information see PSRoot.

Examples

Run this code
# NOT RUN {
	# create an object
	o<-PSRoot()
	# get the applicable methods
	getMethodsList(o)
	# get methods via virtual field
	o$methodsList
 
# }

Run the code above in your browser using DataLab