Rdocumentation
powered by
Learn R Programming
funModeling (version 1.1)
massive_cross_plot: Generate several cross_plot at the same time.
Description
It creates as many cross_plots as variable names are present in 'str_vars'. Additionally, they can be saved as jpeg in a folder (setting 'path_out' parameter).
Usage
massive_cross_plot(data, str_target, str_vars, path_out, auto_binning)
Arguments
data
data frame source
str_target
string of the variable to predict
str_vars
vector of strings containing the variables names to be used as input in each cross_plot.
path_out
path directory, if it has a value the plot is saved in 'path_out'
auto_binning
indicates the automatic binning of str_input variable based on equal frequency (function 'equal_freq'), default value=TRUE