knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

licor6400r

Lifecycle: experimental CRAN status R-CMD-check

The licor6400r package objective is to aid in the reading and processing of LI-6400 data files with the soil co2 flux chamber configuration.

Installation

You can install the development version from GitHub with:

# install.packages("remotes")
remotes::install_github("PaulESantos/licor6400r")

Example

This is a basic example which shows you how to solve a common problem:

library(licor6400r)
## basic example code


PaulESantos/licor6400 documentation built on Dec. 18, 2021, 6:42 a.m.