R/soma.R

Defines functions soma

Documented in soma

soma <- function(x,y) {
  x+y
}
jarrais/PkgJony documentation built on May 28, 2019, 11:01 p.m.