make_ggpair_text {GGally}R Documentation

Generate GGally Function Text

Description

Generate GGally function text with data, mapping, and parameters.

Usage

make_ggpair_text(func, mapping, params = NULL, printInfo = FALSE)

Arguments

func

identifier string in function name

mapping

mapping supplied to the function

params

parameters applied to the geom in the function

printInfo

boolean to determine whether or not the executed function should be printed


[Package GGally version 0.5.0 Index]