breakpoint: Create a breakpoint

View source: R/breakpoints.R

breakpointR 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.


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