dummy: Dummy function

Description Usage Arguments Value

Description

A short description of your function, for example: dummy is a dummy function, serving as a template for you to create new functions. Just copy this file into the R directory of this package, rename it to the name of your function and start changing it, including this text.

Usage

1
dummy(x, y, additive)

Arguments

x

numeric, a number of your choice.

y

numeric, a number to be multiplied-

additive

logical, if TRUE, x and y are added, else they are substracted..

Value

Describe, what is returned by your function, for example: a numeric value z.


16EAGLE/rabbiTS documentation built on May 31, 2019, 1:47 a.m.