date_x_year_breaks: Quickly assign yearly breaks to a chart

View source: R/Plot_Labels.R

date_x_year_breaksR Documentation

Quickly assign yearly breaks to a chart

Description

Quickly assign yearly breaks to a chart

Usage

date_x_year_breaks(
  start,
  stop,
  by,
  fiscal_year = TRUE,
  partial_year = NULL,
  partial_label = "\nYTD"
)

Arguments

start

First year of break sequence

stop

Last year of break sequence

Details

Add year breaks at specified intervals for date data

Value

A plot with added color and fill scales for the column passed

Examples

date_x_year_breaks(2000,2023,2)


CSISdefense/csis360 documentation built on April 29, 2024, 5:30 p.m.