Plot a trace of the loss values and parameter estimates during
the integral-matching/nonlinear least squares optimization within a call to simode
.
For the traces to exist, the arguments save_im_trace
and/or
save_nls_trace
in simode.control
should be set to true,
when calling simode
.
1 2 3 4 5 6 7 8 |
x |
|
show |
Whether to plot the estimates obtained using nonlinear least squares ('nls'), integral-matching ('im') or both ('both'). |
which |
Which parameters' traces to plot. If NULL, the
trace for all the parameters in |
mfrow |
A vector of the form c(nr,nc) setting the layout of
subplots in one plot (see also |
cols |
List of colors for each element of the plot. |
... |
Additional argument(s) for methods. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.