Learn R Programming

GPoM (version 1.0)

detectP1limCycl: detectP1limCycl : Detect limit cycles of period-1

Description

Detects the limit cycle from trajectories in a bidimensional projection

Usage

detectP1limCycl(data, LimCyclThreshold = 0.01, show = 2)

Arguments

data

A matrix of the trajectory in a 2D space (only the two first column are considered)

LimCyclThreshold

The detection threshold

show

Indicates the deepness of the feedback (from 0 to 2)

Value

indicates if a limit cycle is detected (1) or not (0)