Learn R Programming

comf (version 0.1.9)

dfField: Data from Field Study Campaign

Description

Randomly sampled data from a field study campaign with data from 156 samples. For further description, see the reference given.

Usage

data(dfField)

Arguments

Format

A data frame with 156 observations on the following 9 variables.

ta

a numeric vector of air temperature [degree C]

tr

a numeric vector of radiant temperature [degree C] - same as ta

rh

a numeric vector of relative humidity [%]

trm

a numeric vector of running mean outdoor temperature [degree C]

clo

a numeric vector of clothing insulation level [CLO]

tao

a numeric vector of outdoor air temperature [degree C]

vel

a numeric vector of indoor air velocity [m/s]

met

a numeric vector of metabolic rate [MET]

asv

a numeric vector of actual thermal sensation vote on ASHRAE scale [ ]

References

Schweiker, M. and Wagner, A. Exploring potentials and limitations of the adaptive thermal heat balance framework. Proceedings of 9th Windsor Conference: Making Comfort Relevant Cumberland Lodge, Windsor, UK, 2016.

Examples

Run this code
# NOT RUN {
data(dfField)
head(dfField)
# }

Run the code above in your browser using DataLab