plot.chaos01.res {Chaos01} | R Documentation |
This function plot results Kc dependent on the value of parameter c as described in Gottwald and Melbourne (2004).
## S3 method for class 'chaos01.res' plot(x, main = NULL, xlab = NULL, ylab = NULL, type = NULL, ...)
x |
the object of "chaos01.res" class, produced by testChaos01 function when parameter out = "TRUE". |
main |
string an overall title for the plot: see |
xlab |
string a title for the x axis: see |
ylab |
string a title for the y axis: see |
type |
string what type of plot should be drawn: see |
... |
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–145.
vec.x <- gen.logistic(mu = 3.55, iter = 2000) # Output for each value of c res2 <- testChaos01(vec.x, out = TRUE) plot(res2)