track.plot
If TRUE, a plot of the searching process is displayed. Legend of the plot:
- The grey dotted lines refer to the segments on the complex plane within which random numbers are drawn (This is to ensure random numbers are drawn more uniformly).
- Small circles denote the random numbers drawn to start a search. The coloured line shows the locus of the search. If a small circle is shown without a coloured line, the search is not succesful within a number of iteration (see ite).
- Black dots denote the simple poles found.
control
This is a list of search settings:
- tol : the tolerance level of the differential in the search process. The differential is considered to be zero if below this tolerance level.
- h : the differential in computing the Jacobian matrix. The default of 10^-12 should be suitable for most commonly used functions.
- ite : the number of iteration allowed for the searching process. If the tolerance level is not met and the iteration limit is reached, the search is considered as unsuccessful; not coloured line of this search is shown on the plot.
- unit.concentric : the number of concentric circles within a unit circle in segmenting the range of the random numbers. Also see Details.
- sector : the number of sectors in each concentric circle. Also see Details.
- draw : the number of random numbers to be drawn in each segment. Also see Details.