pp {ecode}R Documentation

Create a Phase Point

Description

Creates an object of class "pp" representing a phase point in the phase space.

Usage

pp(value)

Arguments

value

A list of several elements, each giving a value on one dimension.

Value

An object of class "pp" describing a phase point.

Examples

pp(list(x = 1, y = 1))

[Package ecode version 0.1.0 Index]