Skip to content
/ SFA Public

The Sap Flow Analyzer (SFA) is an R Shiny App to process sap flow data recorded with Heat Field Deformation (HFD) instruments. The app allows to clean the data, determine k-values, calculate sap flow per section and density as well as to estimate sap flow rates and tree water use.

License

Notifications You must be signed in to change notification settings

mcwimm/SFA

Repository files navigation

Sap Flow Analyzer

The Sap Flow Analyzer (SFA) is an R Shiny App to process sap flow data recorded with Heat Field Deformation (HFD) instruments. The app allows to clean the data, determine k-values, calculate sap flow per section and density as well as to estimate sap flow rates and tree water use. A detailed description of the methodology can be found in Wimmler et al. (in prep.).

User Guide

Go to SFA User Guide

Launch the App

Requirements

Option 1

Run the following lines in R to use the latest version of the app

if(!require("shiny")) install.packages("shiny")
runGitHub(repo = "SFA", username = "mcwimm", destdir = NULL)

Note This option will download and open the application directly from the github repository. This means that each time you run this command, the application will be freshly downloaded to your computer.

Option 2

  • Clone or download the complete project (repo) manually
  • RStudio: open ui.R and click Run App
  • Command line: R -e "shiny::runApp('~/shinyapp')"

For more information visit our User Guide or the Shiny Webpage.

About

The Sap Flow Analyzer (SFA) is an R Shiny App to process sap flow data recorded with Heat Field Deformation (HFD) instruments. The app allows to clean the data, determine k-values, calculate sap flow per section and density as well as to estimate sap flow rates and tree water use.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published