ratios: Computes ratios of numerical values

View source: R/ratios.R

ratiosR Documentation

Computes ratios of numerical values

Description

Computes ratios of numerical values

Usage

ratios(x)

Arguments

x

values to compute the ratio from

Value

a dataframe of $ratio, $x1 and $x2

Examples

ratios(c(20,40,100,400))


DecomposeR documentation built on Feb. 16, 2023, 9:50 p.m.