label_notation_signs: Create middle labels with 'sign format' (internal)

View source: R/create.R

label_notation_signsR Documentation

Create middle labels with 'sign format' (internal)

Description

Create middle labels with 'sign format' (internal)

Usage

label_notation_signs(
  breaks,
  brk_length,
  precision,
  divider,
  left.open,
  rightmost.closed
)

Arguments

breaks

Numeric vector of breakpoints supplied to findInterval.

brk_length

Length of number of breaks provided to parent function.

precision

Numeric value, determines how to adjust boundary of labels. Default will determine from provided breaks (e.g. 1 decimal place means precision of 0.1).

divider

Character defining the symbol separating adjacent label values (default is a dash).

rightmost.closed

Logical; passed to findInterval.

See Also

create_breaks


al-obrien/farrago documentation built on April 14, 2023, 6:20 p.m.