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

Description Usage Arguments Value Author(s) See Also Examples

Description

Get the list of applicable methods for an object.

Usage

1
2
## S3 method for class 'PSRoot'
getMethodsList(this, ...)

Arguments

this

A PSRoot object.

...

Not used.

Value

The list of applicable methods.

Author(s)

Botond Sipos, Gregory Jordan

See Also

For more information see PSRoot.

Examples

1
2
3
4
5
6
7
	# create an object
	o<-PSRoot()
	# get the applicable methods
	getMethodsList(o)
	# get methods via virtual field
	o$methodsList
 

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