You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description: This R package is used to calculate CO2 and CH4 gas fluxes measured with static chamber method. It provide a easy way to calculate multiple flux measurements from one data file. The format of data input are specialized to that of from Los Gatos Research (LGR) Ultraportable Gas Analyzers <http://www.lgrinc.com/analyzers/ultraportable/>. A function is also provided to load and convert data from other sources (e.g. LICOR) into the format that is compatible with the flux calculation fuction.
The functioning of the package is based on other R packages: `dplyr`, `lubridate`, `assertthat`, `magrittr` and they will/must be installed before using the functions in the `FluxCalR` package.
51
+
The functioning of the package is based on other R packages: `dplyr`, `lubridate`, `assertthat`, `magrittr`,`threadr` and they will/must be installed before using the functions in the `FluxCalR` package.
52
52
53
53
*Note: in case the installation fails in Rstudio, try to install the package in the original R program and then load the package in Rstudio.*
This is how the "time_cue" data frame looks like. Instead of having it created by the function `SelCue()`, one can also manually prepare such a file and load it into R as a data frame. But the column name ("End" or "Start") and time format must be in line with the "time_cue" here, or see example files "Time & Ta_1.csv" and "Time & Ta_2.csv" at https://github.com/junbinzhao/FluxCalR/tree/master/inst/extdata).
96
+
This is how the "time_cue" data frame looks like. Instead of having it created by the function `SelCue()`, one can also manually prepare such a file and load it into R as a data frame. But the column name ("End" or "Start") and time format must be in line with the "time_cue" here, or see example files "Time_&_Ta_1.csv" and "Time_&_Ta_2.csv" at https://github.com/junbinzhao/FluxCalR/tree/master/inst/extdata).
0 commit comments