# Generated by roxygen2: do not edit by hand

S3method(print,evmodel)
export(adapt_charging_features)
export(add_charging_infrastructure)
export(expand_sessions)
export(get_charging_rates_distribution)
export(get_custom_ev_model)
export(get_demand)
export(get_evmodel_parameters)
export(get_evmodel_summary)
export(get_occupancy)
export(get_user_profiles_distribution)
export(plot_occupancy_duration_curve)
export(plot_ts)
export(read_ev_model)
export(save_ev_model)
export(simulate_sessions)
importFrom(MASS,mvrnorm)
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,distinct)
importFrom(dplyr,everything)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,right_join)
importFrom(dplyr,row_number)
importFrom(dplyr,sample_frac)
importFrom(dplyr,select)
importFrom(dplyr,select_if)
importFrom(dplyr,slice_sample)
importFrom(dplyr,summarise)
importFrom(dplyr,sym)
importFrom(dplyr,tibble)
importFrom(dplyr,ungroup)
importFrom(dygraphs,dyCSS)
importFrom(dygraphs,dyLegend)
importFrom(dygraphs,dyOptions)
importFrom(dygraphs,dygraph)
importFrom(ggplot2,aes)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(jsonlite,fromJSON)
importFrom(lubridate,as_datetime)
importFrom(lubridate,days)
importFrom(lubridate,floor_date)
importFrom(lubridate,hours)
importFrom(lubridate,minutes)
importFrom(lubridate,month)
importFrom(lubridate,round_date)
importFrom(lubridate,tz)
importFrom(lubridate,with_tz)
importFrom(parallel,detectCores)
importFrom(parallel,makeCluster)
importFrom(parallel,mclapply)
importFrom(parallel,parLapply)
importFrom(parallel,stopCluster)
importFrom(purrr,list_rbind)
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(purrr,map_dbl)
importFrom(purrr,map_dfr)
importFrom(purrr,map_lgl)
importFrom(purrr,pmap)
importFrom(purrr,pmap_dfr)
importFrom(purrr,set_names)
importFrom(purrr,simplify)
importFrom(rlang,.data)
importFrom(stats,median)
importFrom(stats,rnorm)
importFrom(tidyr,drop_na)
importFrom(tidyr,fill)
importFrom(tidyr,nest)
importFrom(tidyr,pivot_wider)
importFrom(tidyr,separate)
