# Generated by roxygen2: do not edit by hand

S3method(add_shap,default)
S3method(add_shap,flashlight)
S3method(add_shap,multiflashlight)
S3method(flashlight,default)
S3method(flashlight,flashlight)
S3method(light_breakdown,default)
S3method(light_breakdown,flashlight)
S3method(light_breakdown,multiflashlight)
S3method(light_check,default)
S3method(light_check,flashlight)
S3method(light_check,multiflashlight)
S3method(light_combine,default)
S3method(light_combine,light)
S3method(light_combine,list)
S3method(light_effects,default)
S3method(light_effects,flashlight)
S3method(light_effects,multiflashlight)
S3method(light_global_surrogate,default)
S3method(light_global_surrogate,flashlight)
S3method(light_global_surrogate,multiflashlight)
S3method(light_ice,default)
S3method(light_ice,flashlight)
S3method(light_ice,multiflashlight)
S3method(light_importance,default)
S3method(light_importance,flashlight)
S3method(light_importance,multiflashlight)
S3method(light_interaction,default)
S3method(light_interaction,flashlight)
S3method(light_interaction,multiflashlight)
S3method(light_performance,default)
S3method(light_performance,flashlight)
S3method(light_performance,multiflashlight)
S3method(light_profile,default)
S3method(light_profile,flashlight)
S3method(light_profile,multiflashlight)
S3method(light_recode,default)
S3method(light_recode,light)
S3method(light_scatter,default)
S3method(light_scatter,flashlight)
S3method(light_scatter,multiflashlight)
S3method(most_important,default)
S3method(most_important,light_importance)
S3method(multiflashlight,default)
S3method(multiflashlight,flashlight)
S3method(multiflashlight,list)
S3method(multiflashlight,multiflashlight)
S3method(plot,light_breakdown)
S3method(plot,light_effects)
S3method(plot,light_global_surrogate)
S3method(plot,light_ice)
S3method(plot,light_importance)
S3method(plot,light_performance)
S3method(plot,light_profile)
S3method(plot,light_scatter)
S3method(predict,flashlight)
S3method(predict,multiflashlight)
S3method(print,flashlight)
S3method(print,light)
S3method(print,multiflashlight)
S3method(residuals,flashlight)
S3method(residuals,multiflashlight)
S3method(response,default)
S3method(response,flashlight)
S3method(response,multiflashlight)
export(add_shap)
export(all_identical)
export(auto_cut)
export(cut3)
export(flashlight)
export(grouped_center)
export(grouped_counts)
export(grouped_stats)
export(grouped_weighted_mean)
export(is.flashlight)
export(is.light)
export(is.light_breakdown)
export(is.light_breakdown_multi)
export(is.light_effects)
export(is.light_effects_multi)
export(is.light_global_surrogate)
export(is.light_global_surrogate_multi)
export(is.light_ice)
export(is.light_ice_multi)
export(is.light_importance)
export(is.light_importance_multi)
export(is.light_performance)
export(is.light_performance_multi)
export(is.light_profile)
export(is.light_profile_multi)
export(is.light_scatter)
export(is.light_scatter_multi)
export(is.multiflashlight)
export(is.shap)
export(light_breakdown)
export(light_check)
export(light_combine)
export(light_effects)
export(light_global_surrogate)
export(light_ice)
export(light_importance)
export(light_interaction)
export(light_performance)
export(light_profile)
export(light_recode)
export(light_scatter)
export(most_important)
export(multiflashlight)
export(plot_counts)
export(response)
import(ggplot2)
importFrom(MetricsWeighted,performance)
importFrom(MetricsWeighted,r_squared)
importFrom(MetricsWeighted,rmse)
importFrom(MetricsWeighted,weighted_mean)
importFrom(MetricsWeighted,weighted_quantile)
importFrom(MetricsWeighted,weighted_var)
importFrom(cowplot,plot_grid)
importFrom(dplyr,across)
importFrom(dplyr,arrange)
importFrom(dplyr,as_tibble)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,cur_data)
importFrom(dplyr,cur_group)
importFrom(dplyr,desc)
importFrom(dplyr,group_by)
importFrom(dplyr,lag)
importFrom(dplyr,left_join)
importFrom(dplyr,right_join)
importFrom(dplyr,semi_join)
importFrom(dplyr,summarize)
importFrom(dplyr,tibble)
importFrom(graphics,par)
importFrom(rpart,rpart)
importFrom(rpart,rpart.control)
importFrom(rpart.plot,rpart.plot)
importFrom(stats,ave)
importFrom(stats,predict)
importFrom(stats,qnorm)
importFrom(stats,quantile)
importFrom(stats,reformulate)
importFrom(stats,residuals)
importFrom(stats,sd)
importFrom(stats,setNames)
importFrom(stats,weighted.mean)
importFrom(tidyr,expand_grid)
importFrom(tidyselect,all_of)
importFrom(utils,combn)
importFrom(utils,head)
importFrom(utils,setTxtProgressBar)
importFrom(utils,txtProgressBar)
