breakpoint {imola} | R Documentation |
Create a breakpoint
Description
Creates a valid breakpoint object to use in a breakpoint system. While both the min and max arguments are optional, at least one of them must exist for the breakpoint to be considered valid.
Usage
breakpoint(name, min = NULL, max = NULL)
Arguments
name |
A string with the name that identifies the breakpoint. |
min |
Optional numeric minimum value (in pixels) of the screen width where the breakpoint is active. |
max |
Optional numeric maximum value (in pixels) of the screen width where the breakpoint is active. |
Value
A breakpoint object.
[Package imola version 0.5.0 Index]