agg_yaxislabel: Add an axis label to the y axis

Description Usage Arguments See Also Examples

View source: R/gg-constructors.R

Description

Add an axis label to the y axis

Usage

1
agg_yaxislabel(axislabel, panel = NULL)

Arguments

axislabel

A string specifying the axis label

panel

(optional) Specify a panel identifier to add to a specific panel. If blank, axis label will be applied to all panels. You can specify a vector of panels (e.g. 'panel = c("1","3")') to apply the axis label to multiple panels at once.

See Also

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

Examples

1
arphitgg(data) + agg_yaxislabel("Some y axis label")

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