Learn R Programming

eplusr (version 0.8.2)

param_job: Create An EnergyPlus Parametric Simulation Job

Description

param_job takes an IDF and EPW as input and returns a ParametricJob. For details on ParametricJob, please see ParametricJob class.

Usage

param_job(idf, epw)

Arguments

idf

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

epw

A path to EnergyPlus EPW file or an Epw object.

Value

A ParametricJob object.

See Also

eplus_job() for creating an EnergyPlus single simulation job.