R/soma.R

Defines functions soma

Documented in soma

soma <- function(x,y) {
  x+y
}
bernardoamedeiros/Pack documentation built on May 28, 2019, 6:40 p.m.