ipfun: Inverse function for power transformation

View source: R/DFuns.R

ipfunR Documentation

Inverse function for power transformation

Description

Transform a vector by raising to a power... specifically 1/pow.

Usage

ipfun(x, pow)

Arguments

x

A numeric vector.

pow

The reciprocal of the exponent to which all values in x are raised.

Value

A numeric vector with same length as x.


mikeroswell/MeanRarity documentation built on May 5, 2024, 4:50 p.m.