R/hello.R

#' Matrix addition
#'
#' This function calculates the sum of several matrices.
#'
#' @param L A list of matrices.
#' @return The sum of all matrices.
#' @author Raphael Scherrer
#' @export

hello <- function() {
  print("Hello, world!")
}
rscherrer/mmmm documentation built on May 28, 2019, 11:06 a.m.