print.TransitionErrFile {eplusr} | R Documentation |
Print EnergyPlus Transition Error File
Description
TransitionErrFile
is mainly used to extract and print data in an EnergyPlus
Transition Error File (.vcperr
).
Usage
## S3 method for class 'TransitionErrFile'
print(x, brief = FALSE, info = TRUE, ...)
Arguments
x |
An |
brief |
If |
info |
If |
... |
Further arguments passed to or from other methods. |
Value
An TransitionErrFile
object, invisibly.
[Package eplusr version 0.16.3 Index]