label_value {vchartr}R Documentation

Useful labeller functions

Description

See ggplot2::label_value() for details.

Usage

label_value(labels, multi_line = TRUE)

Arguments

labels

Data frame of labels. Usually contains only one element, but faceting over multiple factors entails multiple label variables.

multi_line

Whether to display the labels of multiple factors on separate lines.

Value

Labels to be used in a facetted chart.


[Package vchartr version 0.1.4 Index]