Skip to content

Accessing Help Files

psunthud edited this page Sep 13, 2012 · 2 revisions

Function

Users can access help file in each function with:

?run

Class

Users can access help file in each class with:

class?SimResult

Methods in each class

Users can access help file for a method that uses in multiple classes with:

method?getCutoff

To see the help file of a method used in a specific class:

method?getCutoff("SimResult")
Clone this wiki locally