ggname: Make catagory names friendly to ggplot2

Description Usage Arguments Value Examples

Description

Changes a string so it is enclosed in back-ticks. This can be used to make column names that have spaces (blanks) or non-letter characters acceptable to ggplot2. This version of the function is vectorized with sapply.

Usage

1
ggname(x)

Arguments

x

string to make acceptable to ggplot2

Value

x string made acceptable to ggplot2

Examples

1
 ggname("B6 Allele")

pginart/SNPFISHAnalysis documentation built on May 25, 2019, 2:54 a.m.