R/practicalA5-package.R

#' @title Example code for practical A-5
#'
#' @description
#' \code{practicalA5} is a simple package that demonstrates writing nested
#' functions - so functions that provide simpler versions of other functions
#'
#' @author
#' Richard Reeve <richard.reeve@glasgow.ac.uk>

#' @name practicalA5-package
#' @aliases practicalA5
#' @docType package
#'
#'
NULL
IBAHCM/practicalA5 documentation built on Dec. 17, 2021, 11:25 p.m.