example_function: Function Template

Description Usage Arguments Details Value Author(s) See Also Examples

Description

Description of the function

Usage

1

Arguments

x

A number

y

Another number

Details

A more detailed description of what the function does.

Value

The sum of x and y

Author(s)

Rachel Silverstein (aut)

See Also

another_function Info

Examples

1
2
3
# add 2 and 3
example_function(2,3)
# [1] 5

RachelSilverstein/BioTools documentation built on May 3, 2019, 8:34 p.m.