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

rcalpuff

R-CMD-check CodeFactor Project Status: WIP - Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.

A collection of my handy R functions for post-processing the output of Calpuff modeling system.

Beware: all the material must be considered experimental, in full development, not yet tested.

Caveat emptor: use it at your own risk.

Installation

You can install the development version of the package 'rcalpuff' from the repository at GitHub with:

if(!require("devtools")) install.packages("devtools")
devtools::install_github("maxbre/rcalpuff")


maxbre/rcalpuff documentation built on June 19, 2022, 9:41 a.m.