breakpointSystem: Create a breakpoint system

View source: R/breakpointSystems.R

breakpointSystemR Documentation

Create a breakpoint system

Description

Creates a breakpoint system object containing all the information about the system, including its name and set of available breakpoints.

Usage

breakpointSystem(name, ..., description = NULL)

Arguments

name

A string with the name that identifies the breakpoint system.

...

One or more breakpoint objects created with breakpoint.

description

Optional description with information. about the breakpoint system. Can be used to pass on any information regarding the system (For example its origin or connected frameworks).

Value

A breakpoint system object.


imola documentation built on April 19, 2022, 5:09 p.m.