jia: The addition of two numbers or vectors.

Description Usage Arguments Details Value Warning Note Author(s) References See Also

Description

This is a naive function of addition. Basice arithmetics.

Usage

1
jia(x,y)

Arguments

x

x is a number or vector.

y

y is another number or vector.

Details

No details for this function.

Value

The returned value will be a number or a vector.

Warning

No warnings.

Note

No further information

Author(s)

Jerry Zou

References

This is only a test. http://rstudio.com

See Also

help jian

jia(3,5)

a<- seq(1,3)

b<- seq(4,6)

jia(a,b)

## The function is currently defined as

function (x,y) x+y

## Keywords arith math


zoudj/jjcc documentation built on May 8, 2019, 6:51 p.m.

Related to jia in zoudj/jjcc...