Skip to contents

Plots a basic graph showing desired relative humidity vs LiCl concentration

Usage

plot_rh_scratch(desired_rh, theme = "light")

Arguments

desired_rh

The percentage value of the desired relative humidity

theme

chose between light and dark plot background

Value

a plot

Examples

plot_rh_scratch(50,theme="dark")