R/tecTools_package.R

#' tecTool: A collection of functions for Food Technologists
#'
#' The function present in this package may help in various issues:
#'  1. Simulate an Enrobing machine
#'  2. Simulate a tempering
#'  3. Simulate  a pack weight
#'  4. Analyze a Collapse Test
#'
#' @references \url{https://en.wikipedia.org/wiki/Psychrometrics}
#'
#' @importFrom grDevices rainbow
#' @importFrom graphics axis grid hist legend lines mtext par
#' plot points rect text title
#' @importFrom stats dnorm lm lowess na.omit pnorm sd
#'
#' @docType package
#' @name    tecTools-package
NULL
dan2cil/tecTools documentation built on Dec. 19, 2021, 8:04 p.m.