Nothing
## File Name: rowProds.R
## File Version: 1.03
rowProds <- function(matr)
{
# Call: from din()
# Input: numeric matrix with positive entries
# Output: row products of input matrix
exp( rowSums( log(matr + 10^(-300) ) ) )
}
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.