Skip to contents

Shiny application to upload data to a psychrometric chart.

CSV or Excel formatted data with "Temp" and "RH" columns can be uploaded to the application.

Functions available:

  • calcHR: Humidity Ratio (g/kg)

  • calcMR: Mixing Ratio (g/kg)

  • calcAH: Absolute Humidity (g/m^3)

  • calcSH: Specific Humidity (g/kg)

  • calcAD: Air Density (kg/m^3)

  • calcDP: Dew Point (°C)

  • calcEnthalpy: Enthalpy (kJ/kg)

  • calcPws: Saturation vapor pressure (hPa)

  • calcPw: Water Vapour Pressure (hPa)

  • calcPI: Preservation Index

  • calcLM: Lifetime

  • calcEMC_wood: Equilibrium Moisture Content (wood)

Usage

run_Psychrometric_app()

Value

Shiny object

Examples

# run_Psychrometric_app()