addnums: The title of -addnums-

Description Usage Arguments Details Value Examples

View source: R/addnums.R

Description

Here is a brief description

Usage

1
2
3
4
addnums(a, b)

## S3 method for class 'funnypkg_addnums'
plot(x, y = NULL, ...)

Arguments

a

Numeric scalar. A brief description.

b

Numeric scalar. A brief description.

x

An object of class funnypkg_addnums.

y

Ignored.

...

Further arguments passed to plot.window.

Details

Computes the sum of x and y.

Value

A list of class funnypkg_addnums:

a

Numeric scalar.

b

Numeric scalar.

ab

Numeric scalar. the sum of a and b

Examples

1
foo(1, 2)

charlatteD/numint documentation built on May 24, 2019, 3:05 a.m.