breakpointSystem {imola} | R 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.
[Package imola version 0.5.0 Index]