create_pipe_enabled_ggplot2_func: Create a pipe-aware func from any plus-aware function

Description Usage Arguments

Description

Assigns the new function in the global environemnt

Usage

1
create_pipe_enabled_ggplot2_func(ggplot2_func_name, prefix = "add_")

Arguments

ggplot2_func_name

Name of a ggplot2 function. character. e.g. "geom_point"

prefix

string with which to prefix names of ggplot2 functions in order to name the pipe-enabled functions. default: "add_". Note: You could set this the empty string, in which case the new functions would mask the name of the library function


coolbutuseless/ggplot2pipes documentation built on May 14, 2019, 6:09 a.m.