pp: Create a Phase Point

View source: R/prototype.R

ppR 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))

ecode documentation built on July 2, 2024, 9:06 a.m.