# Generated by roxygen2: do not edit by hand

S3method(print,evmodel)
export(choose_k_GMM)
export(cluster_sessions)
export(cut_sessions)
export(define_clusters)
export(detect_outliers)
export(divide_by_disconnection)
export(divide_by_timecycle)
export(drop_outliers)
export(get_charging_rates_distribution)
export(get_connection_models)
export(get_daily_avg_n_sessions)
export(get_daily_n_sessions)
export(get_dbscan_params)
export(get_energy_models)
export(get_ev_model)
export(plot_bivarGMM)
export(plot_density_2D)
export(plot_density_3D)
export(plot_division_lines)
export(plot_energy_models)
export(plot_histogram)
export(plot_histogram_grid)
export(plot_kNNdist)
export(plot_model_clusters)
export(plot_outliers)
export(plot_points)
export(read_ev_model)
export(round_to_interval)
export(save_clustering_iterations)
export(save_ev_model)
export(set_profiles)
export(summarise_sessions)
importFrom(MASS,kde2d)
importFrom(cowplot,plot_grid)
importFrom(dbscan,dbscan)
importFrom(dbscan,kNNdist)
importFrom(dplyr,"%>%")
importFrom(dplyr,all_of)
importFrom(dplyr,any_of)
importFrom(dplyr,arrange)
importFrom(dplyr,as_tibble)
importFrom(dplyr,between)
importFrom(dplyr,bind_rows)
importFrom(dplyr,everything)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,pull)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(dplyr,summarise_all)
importFrom(dplyr,sym)
importFrom(dplyr,tibble)
importFrom(dplyr,ungroup)
importFrom(ggplot2,aes)
importFrom(ggplot2,after_stat)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_histogram)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_path)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggsave)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,guide_legend)
importFrom(ggplot2,guides)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_color_discrete)
importFrom(ggplot2,scale_color_manual)
importFrom(ggplot2,scale_fill_viridis_c)
importFrom(ggplot2,scale_x_continuous)
importFrom(ggplot2,scale_x_datetime)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,stat_density2d)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_light)
importFrom(ggplot2,unit)
importFrom(ggplot2,vars)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylab)
importFrom(grDevices,extendrange)
importFrom(graphics,plot)
importFrom(jsonlite,fromJSON)
importFrom(lubridate,"date<-")
importFrom(lubridate,as_datetime)
importFrom(lubridate,date)
importFrom(lubridate,days)
importFrom(lubridate,floor_date)
importFrom(lubridate,hour)
importFrom(lubridate,hours)
importFrom(lubridate,minute)
importFrom(lubridate,minutes)
importFrom(lubridate,month)
importFrom(lubridate,second)
importFrom(lubridate,today)
importFrom(lubridate,wday)
importFrom(lubridate,year)
importFrom(mclust,Mclust)
importFrom(mclust,cdfMclust)
importFrom(mclust,densityMclust)
importFrom(mclust,emControl)
importFrom(mclust,mclustBIC)
importFrom(mclust,predict.densityMclust)
importFrom(plotly,add_surface)
importFrom(plotly,hide_colorbar)
importFrom(plotly,layout)
importFrom(plotly,plot_ly)
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(purrr,map2_dfr)
importFrom(purrr,map_dbl)
importFrom(purrr,map_dfr)
importFrom(purrr,pmap)
importFrom(purrr,pmap_dfr)
importFrom(purrr,set_names)
importFrom(rlang,.data)
importFrom(stats,runif)
importFrom(tibble,tibble)
importFrom(tidyr,nest)
