#' 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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.