Learn R Programming

RJafroc (version 2.1.1)

funs: Two functions of x and y

Description

Two functions of x and y

Usage

funs(x, y)

sum1(x, y)

prod1(x, y)

Value

sum1(x,y) returns x+y

prod1(x,y) returns x*y

Arguments

x

=X

y

=Y

Examples

Run this code
sum1(3,4)
prod1(3,4)

Run the code above in your browser using DataLab