Package: EVchargcost 0.1.0
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>.
Authors:
EVchargcost_0.1.0.tar.gz
EVchargcost_0.1.0.zip(r-4.5)EVchargcost_0.1.0.zip(r-4.4)EVchargcost_0.1.0.zip(r-4.3)
EVchargcost_0.1.0.tgz(r-4.4-any)EVchargcost_0.1.0.tgz(r-4.3-any)
EVchargcost_0.1.0.tar.gz(r-4.5-noble)EVchargcost_0.1.0.tar.gz(r-4.4-noble)
EVchargcost_0.1.0.tgz(r-4.4-emscripten)EVchargcost_0.1.0.tgz(r-4.3-emscripten)
EVchargcost.pdf |EVchargcost.html✨
EVchargcost/json (API)
NEWS
# Install 'EVchargcost' in R: |
install.packages('EVchargcost', repos = c('https://braisgonzalezusc.r-universe.dev', 'https://cloud.r-project.org')) |
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated 11 months agofrom:25f595cfa1. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 25 2024 |
R-4.5-win | OK | Oct 25 2024 |
R-4.5-linux | OK | Oct 25 2024 |
R-4.4-win | OK | Oct 25 2024 |
R-4.4-mac | OK | Oct 25 2024 |
R-4.3-win | OK | Oct 25 2024 |
R-4.3-mac | OK | Oct 25 2024 |
Exports:minimum_costplot_functions
Dependencies:clicolorspacecowplotfansifarverggplot2gluegtableisobandlabelinglatticelifecyclemagrittrMASSMatrixmgcvmunsellnlmepillarpkgconfigR6RColorBrewerrlangscalestibbleutf8vctrsviridisLitewithr
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Computes the minimum cost function | minimum_cost |
Plots the charging function, the electricity price function and the optimal cost function | plot_functions |