
Last chance! 50% off unlimited learning
Sale ends in
pmv(clo, met, air.temp, saturation)
# With scalars
pmv(clo=1.0,
met=1.2,
air.temp=19,
saturation=40)
# With vectors
pmv(clo=c(1.0, 1.5),
met=c(1.2, 0.6),
air.temp=c(19, 30),
sat=c(35, 40))
Run the code above in your browser using DataLab