RP: Power Function

Description Usage Arguments Value Examples

Description

Power Function

Usage

1
RP(x, power)

Arguments

x

Must be a numeric object.

power

A numeric object called power.

Value

Raises values in numeric object x to value of power.

Examples

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

benjones2/benr documentation built on May 12, 2019, 11:58 a.m.