Description Usage Arguments Value Examples
Applies the function solve.trans to a grid
of inputs s1, s2 for a fixed time.
| 1 |   makeGrid.trans(time, dt, s1.seq, s2.seq, lam, v, mu)
 | 
| time | A number corresponding to the desired evaluation time of ODE | 
| dt | A number giving the increment length used in solving the ODE | 
| s1.seq | A vector of complex numbers; initial values of the ODE G | 
| s2.seq | A vector of complex numbers as inputs of s2.seq | 
| lam | Birth rate | 
| v | Shift rate | 
| mu | Death rate | 
A matrix of dimension length(s1.seq) by length(s2.seq) of the function values
| 1 2 3 4 5 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.