pow: Power a vector

Description Usage Arguments Details Value

View source: R/pow.R

Description

This is an internal function.

Usage

1
pow(x, a, na.omit = FALSE)

Arguments

x

The vector to be powered.

a

The power.

na.omit

Whether or not to remove NAs, the default is FALSE.

Details

This function isn't complicated.

This function requires the input to be numeric, when it is not, an "invalid input" message will appear.

Here are some reasons why putting a list in this section is excessive:

Value

A vector that is the power a of x.


hannahdxz/powers documentation built on May 29, 2019, 12:04 p.m.