plot.chaos01.res {Chaos01}R Documentation

Plot Kc based on c

Description

This function plot results Kc dependent on the value of parameter c as described in Gottwald and Melbourne (2004).

Usage

## S3 method for class 'chaos01.res'
plot(x, main = NULL, xlab = NULL, ylab = NULL,
  type = NULL, ...)

Arguments

x

the object of "chaos01.res" class, produced by testChaos01 function when parameter out = "TRUE".

main

string an overall title for the plot: see title

xlab

string a title for the x axis: see title

ylab

string a title for the y axis: see title

type

string what type of plot should be drawn: see plot

...

arguments to be passed as graphical parameters.

References

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.

See Also

testChaos01, plot.chaos01

Examples

vec.x <- gen.logistic(mu = 3.55, iter = 2000)

# Output for each value of c
res2 <- testChaos01(vec.x, out = TRUE)

plot(res2)

[Package Chaos01 version 1.2.1 Index]