plotCobweb: Cobweb plot.

Description Usage Arguments Value Examples

Description

Cobweb plot.

Usage

1
plotCobweb(map, x0, n.iter, from = 0, to = 1)

Arguments

map

A function with one input that describes the map.

x0

Initial value.

n.iter

The number of iterations.

from

The lower bound of the x axis. Defaults to 0.

to

The upper bound of the x axis. Defaults to 1.

Value

None

Examples

1
plotCobweb(function(x) 1.2 * pmin(x, 1 - x), 0.1, 100) # Tent map

btamasi/map1d documentation built on May 13, 2019, 8:16 a.m.