Description Usage Arguments Details Value Examples
That's it – this function just makes the inverse of a vector.
1 | reciprocal(x, plot_it = FALSE, na.omit = FALSE)
|
x |
The vector to be inversed. |
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:
This reciprocal
function is quite simple.
There's nothing else to say about reciprocal
.
A vector that is the reciprocal of x
.
1 2 | reciprocal(1:10)
reciprocal(-5)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.