agg_xaxisfreq: Specify the frequency of the x ticks for time series graphs

Description Usage Arguments See Also

View source: R/gg-constructors.R

Description

Specify the frequency of the x ticks for time series graphs

Usage

1
agg_xaxisfreq(freq, panel = NULL)

Arguments

freq

The frequency, either "decade", "year", "quarter", "month"

panel

(optional) Which panel to apply the frequency scale to. If left blank, will be applied to all panels. You can specify a vector of panels (e.g. 'panel = c("1","3")') to apply the frequency to multiple panels at once.

See Also

vignette("plotting-options", package = "arphit") for a detailed description of all the plotting options


angusmoore/arphit documentation built on Feb. 15, 2021, 9:40 a.m.