trivialsum: TrivialSum A Trivial Function

Description Usage Arguments Value Examples

View source: R/trivialsum.R

Description

This will simply add a few numbers together, which we could do otherwise

Usage

1
trivialsum(x, y)

Arguments

x, y

two values to be summed

Value

the sum of x+y

Examples

1
trivialsum(2, 3)

rnaworld/Package1 documentation built on May 14, 2019, 7:43 a.m.