label_facet: Custom function to rename the facets

Description Usage Arguments Value Examples

View source: R/label_facet.R

Description

Custom function to rename the facets

Usage

1
label_facet(original_var, custom_name)

Arguments

original_var

Column name of the facet label in the ggplot object

custom_name

Characters to add to before the current facet label

Value

A character vector

Examples

1
label_facet(rslt$TrueN, "N")

annam21/spaceNtime documentation built on Dec. 12, 2021, 2:48 a.m.