breakpointSystem {imola} | R Documentation |
Creates a breakpoint system object containing all the information about the system, including its name and set of available breakpoints.
breakpointSystem(name, ..., description = NULL)
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). |
A breakpoint system object.