encipher the axis labels of a ggplot2 object to turn a graph into a data literacy puzzle
ggciphR(ggGraph, alg)
Arguments
ggGraph |
a ggplot2 object |
alg |
algorithm for cipher (e.g. 1 to shift all letter forward 1 [A->B] ; -2 to shift all letters back 2 places [A->Y] ) |