powered by
This function plot results Kc dependent on the value of parameter c as described in Gottwald and Melbourne (2004).
# S3 method for chaos01.res plot(x, main = NULL, xlab = NULL, ylab = NULL, type = NULL, ...)
the object of "chaos01.res" class, produced by testChaos01 function when parameter out = "TRUE".
string an overall title for the plot: see title
title
string a title for the x axis: see title
string a title for the y axis: see title
string what type of plot should be drawn: see plot
plot
arguments to be passed as graphical parameters.
Gottwald G.A. and Melbourne I. (2004) On the implementation of the 0-1 Test for Chaos, SIAM J. Appl. Dyn. Syst., 8(1), 129<U+2013>145.
testChaos01, plot.chaos01
testChaos01
plot.chaos01
# NOT RUN { vec.x <- gen.logistic(mu = 3.55, iter = 2000) # Output for each value of c res2 <- testChaos01(vec.x, out = TRUE) plot(res2) # }
Run the code above in your browser using DataLab