set.ticks.seq: Set appropriate ticks. Wrapper for cbreaks in scale that...

View source: R/set.ticks.seq.R

set.ticks.seqR Documentation

Set appropriate ticks. Wrapper for cbreaks in scale that allows for $ and percent ticks

Description

Set appropriate ticks. Wrapper for cbreaks in scale that allows for $ and percent ticks

Usage

set.ticks.seq(max, min, unit, num.ticks = 5)

Arguments

max

numerical max of the ticked plot

min

numerical min of the ticked plot

unit

Unit that goes wit hthe ticks

Value

A vector with $breaks which are breaks and $labels which are the labelled values

Examples

set.ticks.seq(100,0,"%")

BrookfieldIIE/BFTheme documentation built on March 24, 2023, 12:42 p.m.