prop2nfold: Proportional Change to N-fold Change

View source: R/nfold.R

prop2nfoldR Documentation

Proportional Change to N-fold Change

Description

Proportional Change to N-fold Change

Usage

prop2nfold(x)

nfold2prop(x)

Arguments

x

A double vector of the proportional (n-fold) change.

Value

A double vector of the n-fold (proportional) change.

Functions

  • nfold2prop(): N-fold Change to Proportional Change

Examples

prop2nfold(c(-1, -0.5, 0, 1, 2))
nfold2prop(prop2nfold(c(-1, -0.5, 0, 1, 2)))

poissonconsulting/poisplot documentation built on June 12, 2025, 3:03 p.m.