Skip to content

Functions ecohydrology and helpers. Includes tools for working with PP Systems EGM-4 and Solinst .xle levellogger data.

License

Notifications You must be signed in to change notification settings

jpshanno/ecoflux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ecoflux

The main purpose of this package is to provide tools to process ecological fluxes. This includes soil/stem gas flux (CO2, CH4, and N2), sap flux, and changes in hydrology.

Installation

This package is only available via GitHub. To install run the following lines install.packages('devtools'); devtools::install_github('jpshanno/ecoflux')

Gas Flux

The function efflux provides an interactive way to clean data and fit a regression. It is especially useful for soil gas flux measurements from manual syringe sampling or automated systems such as the PP Systems EGM-4. It can be demoed with a sample data set here.

The function conc_to_flux allows for easy conversion from change in chamber concentration to gas or carbon flux from the soil or stem surface.

Sap Flux

The methods laid out in Pataki (2011) for scaling sap flux to whole-tree sap flow when the sapwood depth extends beyond the length of the sap-flux probe is available in pataki_flow.

Hydrology

The functions read_xle and read_and_convert_xle allow you to directly import levellogger and barologger data from Solinst loggers.

Selected Other Functions

  • read_dir - reads in a directory of identically formatted data files
  • scientific_10x - Format numbers to scientific notation ('XX x 10^Y^')

About

Functions ecohydrology and helpers. Includes tools for working with PP Systems EGM-4 and Solinst .xle levellogger data.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages