four: Calculate input to the fourth power (vector)

Description Usage Arguments Details Value Examples

Description

That's it – this function just makes a vector to the fourth power.

Usage

1
four(x, plot_it = FALSE, na.omit = FALSE)

Arguments

x

The vector to be multiplied by its cube.

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 the fourth power of x.

Examples

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

bcahn7/STAT547M-hw09-powers documentation built on May 30, 2019, 4:15 p.m.