# NOT RUN {
plot_distribution_x(dat = lendingclub, x = "max_bal_bc", g = 10,
cut_bin = 'equal_width')
plot_distribution(dat = lendingclub, x_list = c("max_bal_bc", "installment"),
g = 10,dir_path = tempdir(),
cut_bin = 'equal_width')
# }
Run the code above in your browser using DataLab