Description Usage Arguments Value Author(s) See Also Examples
Get the list of applicable methods for an object.
| 1 2 | ## S3 method for class 'PSRoot'
getMethodsList(this, ...)
 | 
| this | A PSRoot object. | 
| ... | Not used. | 
The list of applicable methods.
Botond Sipos, Gregory Jordan
For more information see PSRoot.
| 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
 
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.