Skip to contents

Plots a basic graph showing desired changes in LiCl solution

Usage

plot_rh_modify(rh_initial, desired_rh, theme = "light")

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

Value

a plot

Examples

plot_rh_modify(40,60)