EVchargcost: Computes and Plot the Optimal Charging Strategy for Electric Vehicles

The purpose of this library is to compute the optimal charging cost function for a electric vehicle (EV). It is well known that the charging function of a EV is a concave function that can be approximated by a piece-wise linear function, so bigger the state of charge, slower the charging process is. Moreover, the other important function is the one that gives the electricity price. This function is usually step-wise, since depending on the time of the day, the price of the electricity is different. Then, the problem of charging an EV to a certain state of charge is not trivial. This library implements an algorithm to compute the optimal charging cost function, that is, it plots for a given state of charge r (between 0 and 1) the minimum cost we need to pay in order to charge the EV to that state of charge r. The details of the algorithm are described in González-Rodríguez et at (2023) <https://inria.hal.science/hal-04362876v1>.

Version: 0.1.0
Imports: ggplot2, cowplot
Published: 2024-01-10
Author: Brais Gonzalez-Rodriguez [aut, cre]
Maintainer: Brais Gonzalez-Rodriguez <braisgonzalez.rodriguez at usc.es>
License: GPL-3
NeedsCompilation: no
Language: en-US
Materials: README NEWS
CRAN checks: EVchargcost results

Documentation:

Reference manual: EVchargcost.pdf

Downloads:

Package source: EVchargcost_0.1.0.tar.gz
Windows binaries: r-devel: EVchargcost_0.1.0.zip, r-release: EVchargcost_0.1.0.zip, r-oldrel: EVchargcost_0.1.0.zip
macOS binaries: r-release (arm64): EVchargcost_0.1.0.tgz, r-oldrel (arm64): EVchargcost_0.1.0.tgz, r-release (x86_64): EVchargcost_0.1.0.tgz, r-oldrel (x86_64): EVchargcost_0.1.0.tgz

Linking:

Please use the canonical form https://CRAN.R-project.org/package=EVchargcost to link to this page.