evsim is part of a suite of packages to analyse, model and simulate the charging behavior of electric vehicle users:
evsim package provides the functions for:
If you have your own data set of EV charging sessions or you have already built your EV model with evprof, the best place to start is the Get started chapter in the package website.
You can install the package from CRAN or the development version from GitHub:
# CRAN stable release
install.packages("evsim")
# Latest development version
# install.packages("devtools")
devtools::install_github("resourcefully-dev/evsim")
If you encounter a clear bug, please open an issue with a minimal reproducible example on GitHub.
For further technical details, you can read the following academic articles about the methodology used in this paper:
This work has been developed under a PhD program in the eXiT research group from the University of Girona (Catalonia) in collaboration with Resourcefully, an energy transition consulting company based in Amsterdam, The Netherlands.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.