#' Traço
#'
#' Calcula o traço de uma matriz qualquer
#'@param M matriz a calcular o traço
#'@return Traço de M
#'@export
traco=function(M){sum(diag(M))}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.