Skip to content
/ n2oflux Public

This package process and analyze json files from the Licor 8200 Smart Chamber.

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

antodi/n2oflux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

n2oflux

The goal of n2oflux is to help users of the Licor 8200 Smart Chamber to create a table based on the json files for a more flexible analysis of the data collected. The package also allows to calculate fluxes using a linear and non-linear regression following the same methodology used by the smart chamber. The deadband can also be optimized within a certain range.

Installation

You can install the development version of n2oflux from GitHub with:

# install.packages("devtools") #install the devtools package if necessary
library(devtools)
install_github("antodi/n2oflux")

Example

#load package
library(n2oflux)

#store path
PATH<- c("C:/Users/YOURNAME/Documents/file.json")

#process json file
n2o_obs <- process_json_files(PATH)

#calculate fluxes
n2o_flux <- calculate_n2o_flux(n2o_obs,deadband=30,deadband_c=0,stop_time_ag=120,offset_k="json",opt_db="no")

#show results
head(n2o_flux$data_n2o)

About

This package process and analyze json files from the Licor 8200 Smart Chamber.

Topics

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages