Skip to contents

Plots a basic graph showing desired relative humidity vs LiCl concentration

Usage

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

Arguments

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_scratch(50,theme="dark")