R/test.R

#' Add together two numbers
#'
#' @param x A number
#' @param y A number
#' @return The sum of \code{x} and \code{y}
#' @examples
#' add(1, 1)
#' add(10, 1)
#'
#'

#document(pkg="/Users/gregorymatthews/Dropbox/rPQI")
greg <-
  function(x){x^2}
gjm112/rPQI documentation built on May 17, 2019, 6:03 a.m.