Nothing
#' @title Product function used in the deep regression context
#' @description Product function used in the deep regression context
#' @param a the first argument
#' @param b the second argument
#' @return \code{m(a,b)}, product of the arguments a*b
#' @examples m(10,2)
#' @export
#' @keywords methods models
m <- function(a, b) a * b
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.