Learn R Programming

eplusr (version 0.8.2)

eplus_job: Create an EnergyPlus Simulation Job

Description

eplus_job takes an IDF and EPW as input, and returns an EplusJob object for running EnergyPlus simulation and collecting outputs. For more details, please see job.

Usage

eplus_job(idf, epw)

Arguments

idf

A path to an EnergyPlus IDF or IMF file or an Idf object.

epw

A path to an EnergyPlus EPW file or an Epw object.

Value

An EplusJob object.

See Also

param_job() for creating an EnergyPlus parametric job.