Skip to contents

Calculates the result relative humidity of mixing two lithium chloride solutions

Usage

rh_mix(rh1, vol1, rh2, vol2)

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

Value

a string with mixed solution relative humidity percentage

Examples

rh_mix(rh1=50,vol1=0.5,rh2=70,vol2=0.25)
#> Reminder: Ensure volumes are L.
#> [1] "New solution will achieve a relative humidity of 56.56%"