CRAN
renpow 0.1-1
Renewable Power Systems and the Environment
Released May 16, 2018 by Miguel F. Acevedo
Supports calculations and visualization for renewable power systems and the environment. Analysis and graphical tools for DC and AC circuits and their use in electric power systems. Analysis and graphical tools for thermodynamic cycles and heat engines, supporting efficiency calculations in coal-fired power plants, gas-fired power plants. Calculations of carbon emissions and atmospheric CO2 dynamics. Analysis of power flow and demand for the grid, as well as power models for microgrids and off-grid systems. Provides resource and power generation for hydro power, wind power, and solar power.
Installation
Maven
This package can be included as a dependency from a Java or Scala project by including
the following your project's pom.xml
file.
Read more
about embedding Renjin in JVM-based projects.
<dependencies> <dependency> <groupId>org.renjin.cran</groupId> <artifactId>renpow</artifactId> <version>0.1-1-b1</version> </dependency> </dependencies> <repositories> <repository> <id>bedatadriven</id> <name>bedatadriven public repo</name> <url>https://nexus.bedatadriven.com/content/groups/public/</url> </repository> </repositories>
Renjin CLI
If you're using Renjin from the command line, you load this library by invoking:
library('org.renjin.cran:renpow')
Test Results
This package was last tested against Renjin 0.9.2644 on Jun 1, 2018.
- data.AirCvCpTK-examples
- data.CO2monthly-annual-examples
- data.CpCv.T-examples
- data.ERCOT2010-examples
- data.GlobTempAnom-examples
- data.TEODP2017-examples
- data.Tidal-examples
- data.Wave-examples
- data.astmg-examples
- data.taubd-examples
- data.test100-examples
- functions.3phase-examples
- functions.Cseq-examples
- functions.ac.plot.phasors-examples
- functions.ac.power-examples
- functions.dc.power-examples
- functions.grid-examples
- functions.harmonics-examples
- functions.hydrology-examples
- functions.hydropower-examples
- functions.hydrotidalpower-examples
- functions.hydrowavepower-examples
- functions.magnetic.circuits-examples
- functions.mech.pow.work-examples
- functions.panels.plot-examples
- functions.power.electronics-examples
- functions.solarpower-examples
- functions.thermo.paths-examples
- functions.transformer-examples
- functions.windpower-examples