tsibble (version 0.9.2)

tsibble-scales: tsibble scales for ggplot2

Description

Defines ggplot2 scales for tsibble custom index: yearweek, yearmonth, and yearquarter.

Usage

scale_x_yearquarter(...)

scale_y_yearquarter(...)

scale_colour_yearquarter(...)

scale_color_yearquarter(...)

scale_alpha_yearquarter(...)

scale_fill_yearquarter(...)

scale_size_yearquarter(...)

scale_x_yearmonth(...)

scale_y_yearmonth(...)

scale_colour_yearmonth(...)

scale_color_yearmonth(...)

scale_alpha_yearmonth(...)

scale_fill_yearmonth(...)

scale_size_yearmonth(...)

scale_x_yearweek(...)

scale_y_yearweek(...)

scale_colour_yearweek(...)

scale_color_yearweek(...)

scale_alpha_yearweek(...)

scale_fill_yearweek(...)

scale_size_yearweek(...)

Arguments

...

Arguments passed to ggplot2::scale_x_date().

Value

A ggproto object inheriting from Scale