Calculates the result relative humidity of mixing two lithium chloride solutions
Source:R/rh_mix.R
rh_mix.Rd
Calculates the result relative humidity of mixing two lithium chloride solutions
Arguments
- rh1
The relative humidity percentage value of solution number one
- vol1
The volume 'in Litres' of solution rh1
- rh2
The relative humidity percentage value of solution number two
- vol2
The volume 'in Litres' of solution rh2
- verbose
Logical. If TRUE, suppresses messages or output during function execution.