upoembed {RTisean}R Documentation

Embedding periodic orbits using delay coordinates

Description

Embeds periodic orbits, produced as output of upo, using delay coordinates.

Usage

upoembed(data, d, m = 2, p = 1, l, x = 0, c = 1)

Arguments

data the output containing the locations of periodic orbits as it is produced by upo
d delay.
m embedding dimension.
p period of orbit.
l number of values to be read.
x number of values to be skipped.
c column to be read.

Value

A matrix containing the embedded periodic orbits as columns.

Note

This actually gives erroneous results

See Also

upo

Examples

## Not run: 

dat <- henon(1000)
upoout <- upo(dat,m=2, v=0.1, n=70, p=6)
upoemb <- upoembed(upoout,d=1)

## End(Not run)

[Package RTisean version 3.0.10 Index]