RP: Power Function

Description Usage Arguments Value Examples

View source: R/Project 1.R

Description

Power Function

Usage

1
RP(x, power = 1)

Arguments

x

Must be a numberic function

power

a numeric object called power

Value

raises the value in the numberic object x to the value in power.

Examples

1
2
3
RP(c(1,3,5),3)
RP(x=c(1,3,5),power = 3)
RP(power=3, x=c(1,3,5))

johnsonjc6/simplemathr2 documentation built on May 19, 2019, 5:17 p.m.