R/divide.R

Defines functions div

Documented in div

#' A function for dividing
#' 
#' A very useful function, that is excellent at dividing numbers
#' @param x a number
#' @param y another number
#' @export
div = function(x, y) x/y

Try the nclRpackage package in your browser

Any scripts or data that you put into this service are public.

nclRpackage documentation built on May 2, 2019, 5:20 p.m.