add_axis_labels: Add Axis Labels to a Plot

View source: R/plot.R

add_axis_labelsR Documentation

Add Axis Labels to a Plot

Description

add_axis_labels() adds axis labels to a ggplot object.

Usage

add_axis_labels(gg_obj, xlab = NULL, ylab = NULL)

Arguments

gg_obj

A ggplot object

xlab

The x axis label

ylab

The y axis label

Value

The modified ggplot object


jesse-smith/coviData documentation built on Jan. 14, 2023, 11:08 a.m.