reciprocal: Calculate the inverse (reciprocal) of a vector

Description Usage Arguments Details Value Examples

View source: R/reciprocal.R

Description

That's it – this function just makes the inverse of a vector.

Usage

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

Arguments

x

The vector to be inversed.

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 reciprocal of x.

Examples

1
2

bcahn7/STAT547M-hw09-An-Byeongchan documentation built on May 20, 2019, 5:46 p.m.