The Sap Flow analyser is an R Shiny app to process sap flow data recorded with HFD (Heat Field Defomation) sensors. The app allows to clean the data, determine the k-value, calculate sap flow index and sap flow density and to estimate sap flow rates and tree water use if tree properties are given.
requires shiny package
runGitHub(repo = "SFA", username = "mcwimm", destdir = NULL)
'destdir ... destination directory. If NULL this is the temporary directory (Caution: files will be deleted)
- fork/ clone the complete project (repo)
- open ui.R with R and click
Run App