Skip to contents

Plots a basic graph showing desired changes in LiCl solution

Usage

plot_rh_modify(rh_initial, desired_rh, theme = "light", units = "g/L")

Arguments

rh_initial

The relative humidity percentage value of the solution to be modified

desired_rh

The percentage value of the desired relative humidity

theme

chose between light and dark plot background

units

select LiCl concentration to be "g/L" or "g/100ml)

Value

a plot

Examples

plot_rh_modify(40,60)