Plots the averaged Lyapunov exponents or the averaged Kaplan-Yorke dimension
plotMeanExponents(nVar, outL, nIterStats = NULL, plotType = "exp",
xlim = NULL, ylim = NULL, expList = NULL, legend = FALSE)Model dimension
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.
Number of iterations used in the statistics computation
If equals to "exp" the Lyapunov exponents are plotted. Otherwise the Kaplan-Yorke dimension is plotted
The limits used for the x-axis. If NULL it is automatically adjusted to the minimum and maximum data values
The limits used for the u-axis. If NULL it is automatically adjusted to the minimum and maximum data values
Indicates which exponents have to be plotted. If NULL all are plotted otherwise must be a vector of booleans
Indicates if the legend has to appear (TRUE) or not (FALSE)