View source: R/plotMeanExponents.R
Plots the averaged Lyapunov exponents or the averaged Kaplan-Yorke dimension
1 2 |
nVar |
Model dimension |
outL |
An input list issued from the FDLyapu algorithm updated at each call, with outL$t the time vector, outL$LyapExp the mean Lyapunov exponents outL$LyapExpLoc the local Lyapunov exponents, outL$DkyLoc the mean Kaplan-Yorke dimension. outL$DkyLoc the local Kaplan-Yorke dimension. |
nIterStats |
Number of iterations used in the statistics computation |
plotType |
If equals to "exp" the Lyapunov exponents are plotted. Otherwise the Kaplan-Yorke dimension is plotted |
xlim |
The limits used for the x-axis. If NULL it is automatically adjusted to the minimum and maximum data values |
ylim |
The limits used for the u-axis. If NULL it is automatically adjusted to the minimum and maximum data values |
expList |
Indicates which exponents have to be plotted. If NULL all are plotted otherwise must be a vector of booleans |
legend |
Indicates if the legend has to appear (TRUE) or not (FALSE) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.