pow: Raise the vector x to the exponent y.

Description Usage Arguments Details Value Examples

Description

This function raises x to the exponent y.

Usage

1
pow(x, y = 2)

Arguments

x

The vector to be raised to the exponent y.

y

The exponent.

Details

This function isn't complicated.

And it almost certainly doesn't need two paragraphs in the "Details" section!

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

Value

A vector that is raised to the exponent y x.

Examples

1
2
pow(1:10)
pow(-5)

mlawre01/FirstRPackage1 documentation built on May 29, 2019, 12:05 p.m.