removeBreakpoint {imola} | R Documentation |
Remove a breakpoint from a breakpoint system
Description
Removes a breakpoint from a breakpoint system object by name.
Usage
removeBreakpoint(system, name)
Arguments
system |
A breakpoint system object created with breakpointSystem. |
name |
A string with the name of a breakpoint in the given system. |
Value
A breakpoint system object.
[Package imola version 0.5.0 Index]