orbit: Calculate the orbit of a one dimensional map.

Description Usage Arguments Value Examples

Description

Calculate the orbit of a one dimensional map.

Usage

1
orbit(x0, map, T)

Arguments

x0

Initial value.

map

A function with one input that describes the map.

T

The number of iterations.

Value

A vector of the orbit.

Examples

1
2
orbit(0.1, function(x) 0.85 * sin(pi * x), 100)
orbit(0.2, function(x) mapLogistic(x, 3.2), 200)

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