Skip to content

mcwimm/SFA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

  • R
  • optional R Studio
  • In R: shiny package
    • if(!require("shiny")) install.packages("shiny")

Option 1

  • Download and open github repository via shiny function
    • runGitHub(repo = "SFA", username = "mcwimm", destdir = NULL)

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 Shiny